Mercurial > hg > octave-nkf > gnulib-hg
annotate doc/posix-functions/iswgraph.texi @ 17608:63e4133ca82e
relocatable-maint.texi: escape braces
The change causes makeinfo 5.2 to fail:
env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split
--reference-limit=2000 gnulib.texi
./relocatable-maint.texi:153: misplaced {
...
Escaping the braces as per the attached patch seems to fix this.
author | Daniel Albers <daniel@lbe.rs> |
---|---|
date | Thu, 16 Jan 2014 12:56:52 +0100 |
parents | fc6f79af802f |
children |
rev | line source |
---|---|
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 @node iswgraph |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 @section @code{iswgraph} |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 @findex iswgraph |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
13549
bb0ceefd22dc
avoid some overlong lines from posix urls, etc.
Karl Berry <karl@freefriends.org>
parents:
10929
diff
changeset
|
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html} |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
14304
550f5258de22
Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
13549
diff
changeset
|
7 Gnulib module: wctype-h |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Portability problems fixed by Gnulib: |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 @itemize |
9960
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
11 @item |
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
12 This function is missing on some platforms: |
15481
847372253549
Documentation about Minix.
Bruno Haible <bruno@clisp.org>
parents:
14304
diff
changeset
|
13 Minix 3.1.8, IRIX 5.3, Solaris 2.5.1. |
9960
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
14 @item |
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
15 This function returns 0 for all possible arguments on some platforms: |
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
16 Linux libc5. |
17496
fc6f79af802f
extern-inline: document fixes for ctype and wctype macros
Paul Eggert <eggert@cs.ucla.edu>
parents:
15481
diff
changeset
|
17 @item |
fc6f79af802f
extern-inline: document fixes for ctype and wctype macros
Paul Eggert <eggert@cs.ucla.edu>
parents:
15481
diff
changeset
|
18 This function cannot be called from plain inline or extern inline functions |
fc6f79af802f
extern-inline: document fixes for ctype and wctype macros
Paul Eggert <eggert@cs.ucla.edu>
parents:
15481
diff
changeset
|
19 on some platforms: |
fc6f79af802f
extern-inline: document fixes for ctype and wctype macros
Paul Eggert <eggert@cs.ucla.edu>
parents:
15481
diff
changeset
|
20 OS X 10.8. |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 @end itemize |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 Portability problems not fixed by Gnulib: |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 @itemize |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 @item |
10929
a4794db249f8
Mention that AIX has a crippled wchar_t type.
Bruno Haible <bruno@clisp.org>
parents:
10876
diff
changeset
|
26 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 accommodate all Unicode characters. |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 @end itemize |