Move SEE ALSO section to end of page

This commit is contained in:
Michael Kerrisk 2007-05-16 18:25:50 +00:00
parent 8af1ba10bd
commit e37e328263
67 changed files with 278 additions and 279 deletions

View File

@ -139,11 +139,6 @@ Interval timers are preserved across an
.BR execve (2). .BR execve (2).
.SH "CONFORMING TO" .SH "CONFORMING TO"
POSIX.1-2001, SVr4, 4.4BSD (this call first appeared in 4.2BSD). POSIX.1-2001, SVr4, 4.4BSD (this call first appeared in 4.2BSD).
.SH "SEE ALSO"
.BR gettimeofday (2),
.BR sigaction (2),
.BR signal (2),
.BR time (7)
.SH BUGS .SH BUGS
The generation and delivery of a signal are distinct, and The generation and delivery of a signal are distinct, and
only one instance of each of the signals listed above may be pending only one instance of each of the signals listed above may be pending
@ -192,3 +187,8 @@ value.
.\" which apparently should result in this problem .\" which apparently should result in this problem
.\" being fixed after a clean-up period of one year .\" being fixed after a clean-up period of one year
.\" (i.e., March 2007). .\" (i.e., March 2007).
.SH "SEE ALSO"
.BR gettimeofday (2),
.BR sigaction (2),
.BR signal (2),
.BR time (7)

View File

@ -40,8 +40,6 @@ If \fIc\fP is EOF or not a valid multibyte sequence of length 1,
it returns WEOF. it returns WEOF.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99, POSIX.1-2001. C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR mbtowc (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR btowc () .BR btowc ()
@ -55,3 +53,5 @@ sequences.
Use the function Use the function
.BR mbtowc () .BR mbtowc ()
instead. instead.
.SH "SEE ALSO"
.BR mbtowc (3)

View File

@ -214,6 +214,8 @@ access method routines may fail and set
.I errno .I errno
for any of the errors specified for the library routine for any of the errors specified for the library routine
.BR dbopen (3). .BR dbopen (3).
.SH BUGS
Only big and little endian byte order is supported.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR dbopen (3), .BR dbopen (3),
.BR hash (3), .BR hash (3),
@ -229,5 +231,3 @@ Bayer and Unterauer, ACM Transactions on Database Systems, Vol. 2, 1
.sp .sp
.IR "The Art of Computer Programming Vol. 3: Sorting and Searching" , .IR "The Art of Computer Programming Vol. 3: Sorting and Searching" ,
D.E. Knuth, 1968, pp 471-480. D.E. Knuth, 1968, pp 471-480.
.SH BUGS
Only big and little endian byte order is supported.

View File

@ -72,9 +72,6 @@ to any of the errors specified for the
.BR fork (2) .BR fork (2)
and and
.BR setsid (2). .BR setsid (2).
.SH "SEE ALSO"
.BR fork (2),
.BR setsid (2)
.SH NOTES .SH NOTES
The glibc implementation can also return \-1 when The glibc implementation can also return \-1 when
.I /dev/null .I /dev/null
@ -89,3 +86,6 @@ A similar function appears on the BSDs.
The The
.BR daemon () .BR daemon ()
function first appeared in 4.4BSD. function first appeared in 4.4BSD.
.SH "SEE ALSO"
.BR fork (2),
.BR setsid (2)

View File

@ -452,14 +452,6 @@ routines may fail and set
.I errno .I errno
for any of the errors specified for the library routine for any of the errors specified for the library routine
.BR fsync (2). .BR fsync (2).
.SH "SEE ALSO"
.BR btree (3),
.BR hash (3),
.BR mpool (3),
.BR recno (3)
.sp
.IR "LIBTP: Portable, Modular Transactions for UNIX" ,
Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992.
.SH BUGS .SH BUGS
The typedef DBT is a mnemonic for ``data base thang'', and was used The typedef DBT is a mnemonic for ``data base thang'', and was used
because no-one could think of a reasonable name that wasn't already used. because no-one could think of a reasonable name that wasn't already used.
@ -469,3 +461,11 @@ future version of the interface.
.PP .PP
None of the access methods provide any form of concurrent access, None of the access methods provide any form of concurrent access,
locking, or transactions. locking, or transactions.
.SH "SEE ALSO"
.BR btree (3),
.BR hash (3),
.BR mpool (3),
.BR recno (3)
.sp
.IR "LIBTP: Portable, Modular Transactions for UNIX" ,
Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992.

View File

@ -101,12 +101,6 @@ is the 8-byte initialization
vector for the chaining. vector for the chaining.
It is updated to the next initialization It is updated to the next initialization
vector upon return. vector upon return.
.SH "SEE ALSO"
.BR des (1),
.BR crypt (3)
.\" added, aeb
and
.BR xcrypt (3)
.SH RETURN VALUE .SH RETURN VALUE
.PD 0 .PD 0
.TP 20 .TP 20
@ -138,4 +132,9 @@ glibc 2.1 and later.
.SH "CONFORMING TO" .SH "CONFORMING TO"
4.3BSD. 4.3BSD.
Not in POSIX.1-2001. Not in POSIX.1-2001.
.SH "SEE ALSO"
.BR des (1),
.BR crypt (3)
.\" added, aeb
and
.BR xcrypt (3)

View File

@ -142,12 +142,6 @@ if ((fd = open(raw_device, O_RDONLY, 0)) == \-1)
if ((fd = open(block_device, O_RDONLY, 0)) == \-1) if ((fd = open(block_device, O_RDONLY, 0)) == \-1)
err(1, "%s", block_device); err(1, "%s", block_device);
.Ed .Ed
.Sh SEE ALSO
.Xr error 3 ,
.Xr exit 3 ,
.Xr printf 3 ,
.Xr perror 3 ,
.Xr strerror 3
.Sh "CONFORMING TO" .Sh "CONFORMING TO"
These functions are non-standard BSD extensions. These functions are non-standard BSD extensions.
.Sh HISTORY .Sh HISTORY
@ -157,3 +151,9 @@ and
.Fn warn .Fn warn
functions first appeared in functions first appeared in
.Bx 4.4 . .Bx 4.4 .
.Sh SEE ALSO
.Xr error 3 ,
.Xr exit 3 ,
.Xr printf 3 ,
.Xr perror 3 ,
.Xr strerror 3

View File

@ -168,13 +168,6 @@ All of these functions may fail and set
.I errno .I errno
for any of the errors specified for the library function for any of the errors specified for the library function
.BR execve (2). .BR execve (2).
.SH "SEE ALSO"
.BR sh (1),
.BR execve (2),
.BR fork (2),
.BR ptrace (2),
.BR fexecve (3),
.BR environ (7)
.SH NOTES .SH NOTES
On some other systems the default path (used when the environment On some other systems the default path (used when the environment
does not contain the variable \fBPATH\fR) has the current working does not contain the variable \fBPATH\fR) has the current working
@ -211,3 +204,10 @@ They now return if any error other than the ones
described above occurs. described above occurs.
.SH "CONFORMING TO" .SH "CONFORMING TO"
POSIX.1-2001. POSIX.1-2001.
.SH "SEE ALSO"
.BR sh (1),
.BR execve (2),
.BR fork (2),
.BR ptrace (2),
.BR fexecve (3),
.BR environ (7)

View File

@ -742,17 +742,17 @@ as follows:
.It Bq Er EINVAL .It Bq Er EINVAL
The options were invalid. The options were invalid.
.El .El
.Sh SEE ALSO
.Xr find 1 ,
.Xr chdir 2 ,
.Xr stat 2 ,
.Xr ftw 3 ,
.Xr qsort 3
.Sh "CONFORMING TO" .Sh "CONFORMING TO"
4.4BSD. The 4.4BSD. The
.Nm fts .Nm fts
utility is expected to be included in a future utility is expected to be included in a future
.St -p1003.1-88 .St -p1003.1-88
revision. revision.
.Sh AVAILABILITY .Sh VERSIONS
These functions are available in Linux since glibc2. These functions are available in Linux since glibc2.
.Sh SEE ALSO
.Xr find 1 ,
.Xr chdir 2 ,
.Xr stat 2 ,
.Xr ftw 3 ,
.Xr qsort 3

View File

@ -57,9 +57,6 @@ A return value
A return value of zero means undecided. A return value of zero means undecided.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99, POSIX.1-2001. C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR fprintf (3),
.BR fwprintf (3)
.SH NOTES .SH NOTES
Wide-character output to a byte oriented stream can be performed through the Wide-character output to a byte oriented stream can be performed through the
.BR fprintf (3) .BR fprintf (3)
@ -69,3 +66,6 @@ Char oriented output to a wide-character oriented stream can be performed
through the through the
.BR fwprintf (3) .BR fwprintf (3)
function with the %c and %s directives. function with the %c and %s directives.
.SH "SEE ALSO"
.BR fprintf (3),
.BR fwprintf (3)

View File

@ -52,10 +52,6 @@ over the last 1, 5, and 15 minutes, respectively.
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
If the load average was unobtainable, \-1 is returned; otherwise, If the load average was unobtainable, \-1 is returned; otherwise,
the number of samples actually retrieved is returned. the number of samples actually retrieved is returned.
.Sh SEE ALSO
.Xr uptime 1 ,
.Xr proc 5,
.Xr feature_test_macros 7
.Sh HISTORY .Sh HISTORY
The The
.Fn getloadavg .Fn getloadavg
@ -66,3 +62,7 @@ This function is available in glibc since version 2.2.
Not in POSIX.1-2001. Not in POSIX.1-2001.
Present on the BSDs and Solaris. Present on the BSDs and Solaris.
.\" mdoc seems to have a bug - there must be no newline here .\" mdoc seems to have a bug - there must be no newline here
.Sh SEE ALSO
.Xr uptime 1 ,
.Xr proc 5,
.Xr feature_test_macros 7

View File

@ -94,8 +94,6 @@ Libc4 and libc5 have never supported PASS_MAX or _SC_PASS_MAX.
Glibc2 accepts _SC_PASS_MAX and returns BUFSIZ (e.g., 8192). Glibc2 accepts _SC_PASS_MAX and returns BUFSIZ (e.g., 8192).
.SH FILES .SH FILES
.I /dev/tty .I /dev/tty
.SH "SEE ALSO"
.BR crypt (3)
.SH HISTORY .SH HISTORY
A A
.BR getpass () .BR getpass ()
@ -106,3 +104,5 @@ Removed in POSIX.1-2001.
.SH BUGS .SH BUGS
The calling process should zero the password as soon as possible to avoid The calling process should zero the password as soon as possible to avoid
leaving the cleartext password visible in the process's address space. leaving the cleartext password visible in the process's address space.
.SH "SEE ALSO"
.BR crypt (3)

View File

@ -96,10 +96,6 @@ program number is found, or until end-of-file is encountered.
.SH "CONFORMING TO" .SH "CONFORMING TO"
Not in POSIX.1-2001. Not in POSIX.1-2001.
Present on the BSDs, Solaris, and many other systems. Present on the BSDs, Solaris, and many other systems.
.SH "SEE ALSO"
.BR rpc (5),
.BR rpcinfo (8),
.BR ypserv (8)
.SH RETURN VALUE .SH RETURN VALUE
.LP .LP
A A
@ -113,3 +109,7 @@ All information
is contained in a static area is contained in a static area
so it must be copied if it is so it must be copied if it is
to be saved. to be saved.
.SH "SEE ALSO"
.BR rpc (5),
.BR rpcinfo (8),
.BR ypserv (8)

View File

@ -144,6 +144,8 @@ access method routines may fail and set
.I errno .I errno
for any of the errors specified for the library routine for any of the errors specified for the library routine
.BR dbopen (3). .BR dbopen (3).
.SH BUGS
Only big and little endian byte order is supported.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR btree (3), .BR btree (3),
.BR dbopen (3), .BR dbopen (3),
@ -155,5 +157,3 @@ Per-Ake Larson, Communications of the ACM, April 1988.
.sp .sp
.IR "A New Hash Package for UNIX" , .IR "A New Hash Package for UNIX" ,
Margo Seltzer, USENIX Proceedings, Winter 1991. Margo Seltzer, USENIX Proceedings, Winter 1991.
.SH BUGS
Only big and little endian byte order is supported.

View File

@ -104,8 +104,8 @@ is of type
Many systems follow RFC\ 2553. Many systems follow RFC\ 2553.
Glibc 2.0 and 2.1 have size_t, but 2.2 has socklen_t. Glibc 2.0 and 2.1 have size_t, but 2.2 has socklen_t.
.\" 2.1.3: size_t, 2.1.91: socklen_t .\" 2.1.3: size_t, 2.1.91: socklen_t
.SH "SEE ALSO"
.BR inet_pton (3)
.SH BUGS .SH BUGS
.B AF_INET6 .B AF_INET6
converts IPv6-mapped IPv4 addresses into an IPv6 format. converts IPv6-mapped IPv4 addresses into an IPv6 format.
.SH "SEE ALSO"
.BR inet_pton (3)

View File

@ -98,11 +98,11 @@ A positive value is returned if the network address was successfully
converted. converted.
.SH "CONFORMING TO" .SH "CONFORMING TO"
POSIX.1-2001. POSIX.1-2001.
.SH "SEE ALSO"
.BR inet_ntop (3)
.SH BUGS .SH BUGS
.B AF_INET6 .B AF_INET6
does not recognize IPv4 addresses. does not recognize IPv4 addresses.
An explicit IPv6-mapped IPv4 address must be supplied in An explicit IPv6-mapped IPv4 address must be supplied in
.I src .I src
instead. instead.
.SH "SEE ALSO"
.BR inet_ntop (3)

View File

@ -59,11 +59,11 @@ belonging to the wide-character class "alnum".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isalnum (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswalnum () .BR iswalnum ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isalnum (3),
.BR iswctype (3)

View File

@ -63,11 +63,11 @@ belonging to the wide-character class "alpha".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isalpha (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswalpha () .BR iswalpha ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isalpha (3),
.BR iswctype (3)

View File

@ -50,11 +50,11 @@ belonging to the wide-character class "blank".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
POSIX.1-2001. POSIX.1-2001.
.SH "SEE ALSO"
.BR isblank (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswblank () .BR iswblank ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isblank (3),
.BR iswctype (3)

View File

@ -44,11 +44,11 @@ wide character belonging to the wide-character class "cntrl".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR iscntrl (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswcntrl () .BR iswcntrl ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR iscntrl (3),
.BR iswctype (3)

View File

@ -42,6 +42,11 @@ property.
Otherwise it returns 0. Otherwise it returns 0.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH NOTES
The behaviour of
.BR iswctype ()
depends on the LC_CTYPE category of the
current locale.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR iswalnum (3), .BR iswalnum (3),
.BR iswalpha (3), .BR iswalpha (3),
@ -56,8 +61,3 @@ C99.
.BR iswupper (3), .BR iswupper (3),
.BR iswxdigit (3), .BR iswxdigit (3),
.BR wctype (3) .BR wctype (3)
.SH NOTES
The behaviour of
.BR iswctype ()
depends on the LC_CTYPE category of the
current locale.

View File

@ -62,11 +62,11 @@ belonging to the wide-character class "digit".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isdigit (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswdigit () .BR iswdigit ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isdigit (3),
.BR iswctype (3)

View File

@ -55,11 +55,11 @@ belonging to the wide-character class "graph".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isgraph (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswgraph () .BR iswgraph ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isgraph (3),
.BR iswctype (3)

View File

@ -67,10 +67,6 @@ belonging to the wide-character class "lower".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR islower (3),
.BR iswctype (3),
.BR towlower (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswlower () .BR iswlower ()
@ -79,3 +75,7 @@ current locale.
.PP .PP
This function is not very appropriate for dealing with Unicode characters, This function is not very appropriate for dealing with Unicode characters,
because Unicode knows about three cases: upper, lower and title case. because Unicode knows about three cases: upper, lower and title case.
.SH "SEE ALSO"
.BR islower (3),
.BR iswctype (3),
.BR towlower (3)

View File

@ -41,11 +41,11 @@ wide character belonging to the wide-character class "print".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isprint (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswprint () .BR iswprint ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isprint (3),
.BR iswctype (3)

View File

@ -53,9 +53,6 @@ belonging to the wide-character class "punct".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR ispunct (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswpunct () .BR iswpunct ()
@ -65,3 +62,6 @@ current locale.
This function's name is a misnomer when dealing with Unicode characters, This function's name is a misnomer when dealing with Unicode characters,
because the wide-character class "punct" contains both punctuation characters because the wide-character class "punct" contains both punctuation characters
and symbol (math, currency, etc.) characters. and symbol (math, currency, etc.) characters.
.SH "SEE ALSO"
.BR ispunct (3),
.BR iswctype (3)

View File

@ -48,11 +48,11 @@ belonging to the wide-character class "space".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isspace (3),
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswspace () .BR iswspace ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR isspace (3),
.BR iswctype (3)

View File

@ -59,10 +59,6 @@ belonging to the wide-character class "upper".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR isupper (3),
.BR iswctype (3),
.BR towupper (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswupper () .BR iswupper ()
@ -71,3 +67,7 @@ current locale.
.PP .PP
This function is not very appropriate for dealing with Unicode characters, This function is not very appropriate for dealing with Unicode characters,
because Unicode knows about three cases: upper, lower and title case. because Unicode knows about three cases: upper, lower and title case.
.SH "SEE ALSO"
.BR isupper (3),
.BR iswctype (3),
.BR towupper (3)

View File

@ -53,11 +53,11 @@ belonging to the wide-character class "xdigit".
Otherwise it returns zero. Otherwise it returns zero.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR iswctype (3),
.BR isxdigit (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR iswxdigit () .BR iswxdigit ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR iswctype (3),
.BR isxdigit (3)

View File

@ -122,9 +122,6 @@ If
fails the original block is left untouched; it is not freed or moved. fails the original block is left untouched; it is not freed or moved.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C89, C99. C89, C99.
.SH "SEE ALSO"
.BR brk (2),
.BR posix_memalign (3)
.SH NOTES .SH NOTES
The Unix98 standard requires The Unix98 standard requires
.BR malloc (), .BR malloc (),
@ -194,3 +191,6 @@ See also the kernel Documentation directory, files
.I vm/overcommit-accounting .I vm/overcommit-accounting
and and
.IR sysctl/vm.txt . .IR sysctl/vm.txt .
.SH "SEE ALSO"
.BR brk (2),
.BR posix_memalign (3)

View File

@ -65,8 +65,6 @@ invalid multibyte sequence was encountered or if it couldn't parse a complete
multibyte character. multibyte character.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR mbrlen (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mblen () .BR mblen ()
@ -77,3 +75,5 @@ The function
.BR mbrlen (3) .BR mbrlen (3)
provides a better interface to the same provides a better interface to the same
functionality. functionality.
.SH "SEE ALSO"
.BR mbrlen (3)

View File

@ -64,10 +64,10 @@ It returns (size_t)(\-2) if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased. character, meaning that \fIn\fP should be increased.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR mbrtowc (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbrlen () .BR mbrlen ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR mbrtowc (3)

View File

@ -97,10 +97,10 @@ It returns (size_t)(\-2) if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased. character, meaning that \fIn\fP should be increased.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR mbsrtowcs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbrtowc () .BR mbrtowc ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR mbsrtowcs (3)

View File

@ -69,11 +69,11 @@ returns non-zero if \fI*ps\fP is an initial state, or if
Otherwise it returns 0. Otherwise it returns 0.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR mbsrtowcs (3),
.BR wcsrtombs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbsinit () .BR mbsinit ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR mbsrtowcs (3),
.BR wcsrtombs (3)

View File

@ -82,9 +82,6 @@ If an invalid multibyte sequence was
encountered, (size_t)(\-1) is returned, and \fIerrno\fP set to \fBEILSEQ\fP. encountered, (size_t)(\-1) is returned, and \fIerrno\fP set to \fBEILSEQ\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This function is a GNU extension. This function is a GNU extension.
.SH "SEE ALSO"
.BR iconv (3),
.BR mbsrtowcs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbsnrtowcs () .BR mbsnrtowcs ()
@ -92,3 +89,6 @@ depends on the LC_CTYPE category of the
current locale. current locale.
.PP .PP
Passing NULL as \fIps\fP is not multi-thread safe. Passing NULL as \fIps\fP is not multi-thread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR mbsrtowcs (3)

View File

@ -71,10 +71,6 @@ If an invalid multibyte sequence was
encountered, (size_t)(\-1) is returned, and \fIerrno\fP set to \fBEILSEQ\fP. encountered, (size_t)(\-1) is returned, and \fIerrno\fP set to \fBEILSEQ\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR iconv (3),
.BR mbsnrtowcs (3),
.BR mbstowcs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbsrtowcs () .BR mbsrtowcs ()
@ -82,3 +78,7 @@ depends on the LC_CTYPE category of the
current locale. current locale.
.PP .PP
Passing NULL as \fIps\fP is not multi-thread safe. Passing NULL as \fIps\fP is not multi-thread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR mbsnrtowcs (3),
.BR mbstowcs (3)

View File

@ -64,8 +64,6 @@ If an invalid multibyte sequence was
encountered, (size_t)(\-1) is returned. encountered, (size_t)(\-1) is returned.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR mbsrtowcs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbstowcs () .BR mbstowcs ()
@ -76,3 +74,5 @@ The function
.BR mbsrtowcs (3) .BR mbsrtowcs (3)
provides a better interface to the same provides a better interface to the same
functionality. functionality.
.SH "SEE ALSO"
.BR mbsrtowcs (3)

View File

@ -75,10 +75,6 @@ returns non-zero if the encoding
has non-trivial shift state, or zero if the encoding is stateless. has non-trivial shift state, or zero if the encoding is stateless.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99 C99
.SH "SEE ALSO"
.BR MB_CUR_MAX (3),
.BR mbrtowc (3),
.BR mbstowcs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR mbtowc () .BR mbtowc ()
@ -90,3 +86,7 @@ The function
.BR mbrtowc (3) .BR mbrtowc (3)
provides provides
a better interface to the same functionality. a better interface to the same functionality.
.SH "SEE ALSO"
.BR MB_CUR_MAX (3),
.BR mbrtowc (3),
.BR mbstowcs (3)

View File

@ -197,6 +197,8 @@ or the following:
[EINVAL] [EINVAL]
An attempt was made to add a record to a fixed-length database that An attempt was made to add a record to a fixed-length database that
was too large to fit. was too large to fit.
.SH BUGS
Only big and little endian byte order is supported.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR btree (3) .BR btree (3)
.BR dbopen (3), .BR dbopen (3),
@ -206,5 +208,3 @@ was too large to fit.
.IR "Document Processing in a Relational Database System" , .IR "Document Processing in a Relational Database System" ,
Michael Stonebraker, Heidi Stettner, Joseph Kalash, Antonin Guttman, Michael Stonebraker, Heidi Stettner, Joseph Kalash, Antonin Guttman,
Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982. Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982.
.SH BUGS
Only big and little endian byte order is supported.

View File

@ -118,9 +118,6 @@ command) will be made the same as the
and no and no
provision is made for sending arbitrary signals to the remote process, provision is made for sending arbitrary signals to the remote process,
although you may be able to get its attention by using out-of-band data. although you may be able to get its attention by using out-of-band data.
.Sh SEE ALSO
.Xr rcmd 3 ,
.Xr rexecd 8
.Sh "CONFORMING TO" .Sh "CONFORMING TO"
Not in POSIX.1-2001. Not in POSIX.1-2001.
Present on the BSDs, Solaris, and many other systems. Present on the BSDs, Solaris, and many other systems.
@ -137,3 +134,6 @@ The underlying service is considered a big security hole and therefore
not enabled on many sites, see not enabled on many sites, see
.Xr rexecd 8 .Xr rexecd 8
for explanations. for explanations.
.Sh SEE ALSO
.Xr rcmd 3 ,
.Xr rexecd 8

View File

@ -526,13 +526,6 @@ in which case the error indicator for the stream (see
is set, and is set, and
.I errno .I errno
is set indicate the error. is set indicate the error.
.SH "SEE ALSO"
.BR getc (3),
.BR printf (3),
.BR setlocale (3),
.BR strtod (3),
.BR strtol (3),
.BR strtoul (3)
.SH "CONFORMING TO" .SH "CONFORMING TO"
The functions The functions
.BR fscanf (), .BR fscanf (),
@ -596,3 +589,10 @@ The usage of
is not the same as on 4.4BSD, is not the same as on 4.4BSD,
as it may be used in float conversions equivalently to as it may be used in float conversions equivalently to
.BR L . .BR L .
.SH "SEE ALSO"
.BR getc (3),
.BR printf (3),
.BR setlocale (3),
.BR strtod (3),
.BR strtol (3),
.BR strtoul (3)

View File

@ -95,12 +95,6 @@ and
The standard streams are closed by a call to The standard streams are closed by a call to
.Xr exit 3 .Xr exit 3
and by normal program termination. and by normal program termination.
.Sh SEE ALSO
.Xr sh 1 ,
.Xr csh 1 ,
.Xr open 2 ,
.Xr fopen 3 ,
.Xr stdio 3
.Sh CONSIDERATIONS .Sh CONSIDERATIONS
The stream The stream
.Nm stderr .Nm stderr
@ -143,3 +137,9 @@ macros conform to
.St -ansiC , .St -ansiC ,
and this standard also stipulates that these three and this standard also stipulates that these three
streams shall be open at program startup. streams shall be open at program startup.
.Sh SEE ALSO
.Xr sh 1 ,
.Xr csh 1 ,
.Xr open 2 ,
.Xr fopen 3 ,
.Xr stdio 3

View File

@ -38,12 +38,12 @@ function returns the translated wide character,
or WEOF if \fIwc\fP is WEOF. or WEOF if \fIwc\fP is WEOF.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR towlower (3),
.BR towupper (3),
.BR wctrans (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR towctrans () .BR towctrans ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR towlower (3),
.BR towupper (3),
.BR wctrans (3)

View File

@ -37,10 +37,6 @@ function returns the lowercase equivalent of \fIwc\fP,
or WEOF if \fIwc\fP is WEOF. or WEOF if \fIwc\fP is WEOF.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR iswlower (3),
.BR towctrans (3),
.BR towupper (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR towlower () .BR towlower ()
@ -49,3 +45,7 @@ current locale.
.PP .PP
This function is not very appropriate for dealing with Unicode characters, This function is not very appropriate for dealing with Unicode characters,
because Unicode knows about three cases: upper, lower and title case. because Unicode knows about three cases: upper, lower and title case.
.SH "SEE ALSO"
.BR iswlower (3),
.BR towctrans (3),
.BR towupper (3)

View File

@ -37,10 +37,6 @@ function returns the uppercase equivalent of \fIwc\fP,
or WEOF if \fIwc\fP is WEOF. or WEOF if \fIwc\fP is WEOF.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR iswupper (3),
.BR towctrans (3),
.BR towlower (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR towupper () .BR towupper ()
@ -49,3 +45,7 @@ current locale.
.PP .PP
This function is not very appropriate for dealing with Unicode characters, This function is not very appropriate for dealing with Unicode characters,
because Unicode knows about three cases: upper, lower and title case. because Unicode knows about three cases: upper, lower and title case.
.SH "SEE ALSO"
.BR iswupper (3),
.BR towctrans (3),
.BR towlower (3)

View File

@ -52,10 +52,10 @@ function returns \fIwc\fP when successful, or WEOF upon
failure. failure.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR fgetwc (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR ungetwc () .BR ungetwc ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR fgetwc (3)

View File

@ -70,8 +70,6 @@ represented as a multibyte sequence (according to the current locale),
(size_t)(\-1) is returned, and \fIerrno\fP set to \fBEILSEQ\fP. (size_t)(\-1) is returned, and \fIerrno\fP set to \fBEILSEQ\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR wcsrtombs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcrtomb () .BR wcrtomb ()
@ -79,3 +77,5 @@ depends on the LC_CTYPE category of the
current locale. current locale.
.PP .PP
Passing NULL as \fIps\fP is not multi-thread safe. Passing NULL as \fIps\fP is not multi-thread safe.
.SH "SEE ALSO"
.BR wcsrtombs (3)

View File

@ -42,11 +42,11 @@ returns a negative integer if \fIs1\fP is smaller
than \fIs2\fP, ignoring case. than \fIs2\fP, ignoring case.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This function is a GNU extension. This function is a GNU extension.
.SH "SEE ALSO"
.BR strcasecmp (3),
.BR wcscmp (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcscasecmp () .BR wcscasecmp ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR strcasecmp (3),
.BR wcscmp (3)

View File

@ -45,11 +45,11 @@ It returns a negative integer
if truncated \fIs1\fP is smaller than truncated \fIs2\fP, ignoring case. if truncated \fIs1\fP is smaller than truncated \fIs2\fP, ignoring case.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This function is a GNU extension. This function is a GNU extension.
.SH "SEE ALSO"
.BR strncasecmp (3),
.BR wcsncmp (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcsncasecmp () .BR wcsncasecmp ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR strncasecmp (3),
.BR wcsncmp (3)

View File

@ -90,9 +90,6 @@ could not be converted, (size_t)(\-1)
is returned, and \fIerrno\fP set to \fBEILSEQ\fP. is returned, and \fIerrno\fP set to \fBEILSEQ\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
This function is a GNU extension. This function is a GNU extension.
.SH "SEE ALSO"
.BR iconv (3),
.BR wcsrtombs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcsnrtombs () .BR wcsnrtombs ()
@ -100,3 +97,6 @@ depends on the LC_CTYPE category of the
current locale. current locale.
.PP .PP
Passing NULL as \fIps\fP is not multi-thread safe. Passing NULL as \fIps\fP is not multi-thread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR wcsrtombs (3)

View File

@ -85,10 +85,6 @@ is returned, and
set to \fBEILSEQ\fP. set to \fBEILSEQ\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR iconv (3),
.BR wcsnrtombs (3),
.BR wcstombs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcsrtombs () .BR wcsrtombs ()
@ -96,3 +92,7 @@ depends on the LC_CTYPE category of the
current locale. current locale.
.PP .PP
Passing NULL as \fIps\fP is not multi-thread safe. Passing NULL as \fIps\fP is not multi-thread safe.
.SH "SEE ALSO"
.BR iconv (3),
.BR wcsnrtombs (3),
.BR wcstombs (3)

View File

@ -64,8 +64,6 @@ If a wide character was encountered which could not be
converted, (size_t)(\-1) is returned. converted, (size_t)(\-1) is returned.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR wcsrtombs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcstombs () .BR wcstombs ()
@ -76,3 +74,5 @@ The function
.BR wcsrtombs (3) .BR wcsrtombs (3)
provides a thread safe interface to provides a thread safe interface to
the same functionality. the same functionality.
.SH "SEE ALSO"
.BR wcsrtombs (3)

View File

@ -36,11 +36,11 @@ returns the number of column positions for the
wide-character string \fIs\fP, truncated to at most length \fIn\fP. wide-character string \fIs\fP, truncated to at most length \fIn\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
POSIX.1-2001. POSIX.1-2001.
.SH "SEE ALSO"
.BR iswprint (3),
.BR wcwidth (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wcswidth () .BR wcswidth ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR iswprint (3),
.BR wcwidth (3)

View File

@ -41,8 +41,6 @@ function returns the single-byte representation of \fIc\fP,
if it exists, of EOF otherwise. if it exists, of EOF otherwise.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR wctomb (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wctob () .BR wctob ()
@ -55,3 +53,5 @@ distinguish single-byte and multi-byte characters.
Use the function Use the function
.BR wctomb (3) .BR wctomb (3)
instead. instead.
.SH "SEE ALSO"
.BR wctomb (3)

View File

@ -63,10 +63,6 @@ function returns non-zero if the
encoding has non-trivial shift state, or zero if the encoding is stateless. encoding has non-trivial shift state, or zero if the encoding is stateless.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR MB_CUR_MAX (3),
.BR wcrtomb (3),
.BR wcstombs (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wctomb () .BR wctomb ()
@ -78,3 +74,7 @@ The function
.BR wcrtomb (3) .BR wcrtomb (3)
provides provides
a better interface to the same functionality. a better interface to the same functionality.
.SH "SEE ALSO"
.BR MB_CUR_MAX (3),
.BR wcrtomb (3),
.BR wcstombs (3)

View File

@ -50,10 +50,10 @@ is valid.
Otherwise it returns \fI(wctrans_t)0\fP. Otherwise it returns \fI(wctrans_t)0\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR towctrans (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wctrans () .BR wctrans ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR towctrans (3)

View File

@ -61,10 +61,10 @@ if the \fIname\fP is valid.
Otherwise it returns \fI(wctype_t)0\fP. Otherwise it returns \fI(wctype_t)0\fP.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR iswctype (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wctype () .BR wctype ()
depends on the LC_CTYPE category of the depends on the LC_CTYPE category of the
current locale. current locale.
.SH "SEE ALSO"
.BR iswctype (3)

View File

@ -169,13 +169,6 @@ and
They return \-1 when an error occurs. They return \-1 when an error occurs.
.SH "CONFORMING TO" .SH "CONFORMING TO"
C99. C99.
.SH "SEE ALSO"
.BR fprintf (3),
.BR fputwc (3),
.BR fwide (3),
.BR printf (3),
.BR snprintf (3),
.BR wscanf (3)
.SH NOTES .SH NOTES
The behaviour of The behaviour of
.BR wprintf () .BR wprintf ()
@ -204,3 +197,10 @@ or
.BR iconv (3), .BR iconv (3),
followed by followed by
.BR mbstowcs (3)). .BR mbstowcs (3)).
.SH "SEE ALSO"
.BR fprintf (3),
.BR fputwc (3),
.BR fwide (3),
.BR printf (3),
.BR snprintf (3),
.BR wscanf (3)

View File

@ -394,17 +394,6 @@ the RAM disk driver cannot be loaded as a module.
.I /linuxrc .I /linuxrc
.br .br
.I /initrd .I /initrd
.SH "SEE ALSO"
.BR chown (1),
.BR mknod (1),
.BR ram (4),
.BR freeramdisk (8),
.BR rdev (8)
The documentation file
.I initrd.txt
in the kernel source package, the LILO documentation,
the LOADLIN documentation, the SYSLINUX documentation.
.\" .\"
.\" .\"
.\" .\"
@ -443,3 +432,14 @@ Hans Lermen <lermen@elserv.ffm.fgan.de>.
The code for The code for
.BR initrd .BR initrd
was added to the baseline Linux kernel in development version 1.3.73. was added to the baseline Linux kernel in development version 1.3.73.
.SH "SEE ALSO"
.BR chown (1),
.BR mknod (1),
.BR ram (4),
.BR freeramdisk (8),
.BR rdev (8)
The documentation file
.I initrd.txt
in the kernel source package, the LILO documentation,
the LOADLIN documentation, the SYSLINUX documentation.

View File

@ -772,12 +772,6 @@ The driver has been written by Kai M\(:akisara (Kai.Makisara@metla.fi)
starting from a driver written by Dwayne Forsyth. starting from a driver written by Dwayne Forsyth.
Several other Several other
people have also contributed to the driver. people have also contributed to the driver.
.SH "SEE ALSO"
.BR mt (1)
.PP
The file README.st or st.txt (kernel >= 2.6) in the kernel sources contains
the most recent information about the driver and its configuration
possibilities.
.SH NOTES .SH NOTES
1. When exchanging data between systems, both systems have to agree on 1. When exchanging data between systems, both systems have to agree on
the physical tape block size. the physical tape block size.
@ -826,11 +820,17 @@ The solution is to tell the software to use larger transfers (often
telling it to use larger blocks). telling it to use larger blocks).
If this is not possible, direct transfers can be disabled. If this is not possible, direct transfers can be disabled.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1995 Robert K. Nichols. .\" Copyright \(co 1995 Robert K. Nichols.
.br .\" .br
Copyright \(co 1999-2005 Kai M\(:akisara. .\" Copyright \(co 1999-2005 Kai M\(:akisara.
.\" .PP
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\" Additional permissions are contained in the header of the source file.
.SH "SEE ALSO"
.BR mt (1)
.PP .PP
Permission is granted to make and distribute verbatim copies of this The file README.st or st.txt (kernel >= 2.6) in the kernel sources contains
manual provided the copyright notice and this permission notice are the most recent information about the driver and its configuration
preserved on all copies. possibilities.
Additional permissions are contained in the header of the source file.

View File

@ -344,11 +344,6 @@ definitions, which are used by ISO 6429 terminals are:
The default The default
.B ENDCODE .B ENDCODE
is undefined. is undefined.
.SH "SEE ALSO"
.BR dircolors (1),
.BR ls (1),
.BR stty (1),
.BR xterm (1)
.SH FILES .SH FILES
.TP .TP
.I /etc/DIR_COLORS .I /etc/DIR_COLORS
@ -361,3 +356,8 @@ This page describes the
.B dir_colors .B dir_colors
file format as used in the fileutils-4.1 package; file format as used in the fileutils-4.1 package;
other versions may differ slightly. other versions may differ slightly.
.SH "SEE ALSO"
.BR dircolors (1),
.BR ls (1),
.BR stty (1),
.BR xterm (1)

View File

@ -1445,6 +1445,23 @@ relocation entries to fixup these addresses.
Array containing all the dynamic structures in the .dynamic section. Array containing all the dynamic structures in the .dynamic section.
This is automatically populated by the linker. This is automatically populated by the linker.
.El .El
.Sh HISTORY
.Ox
ELF support first appeared in
.Ox 1.2 ,
although not all supported platforms use it as the native
binary file format.
ELF in itself first appeared in
.At V .
The ELF format is an adopted standard.
.Sh AUTHORS
The original version of this manual page was written by
.An Jeroen Ruigrok van der Werven
.Aq asmodai@FreeBSD.org
with inspiration from BSDi's
.Bsx
.Nm elf
manpage.
.Sh SEE ALSO .Sh SEE ALSO
.Xr as 1 , .Xr as 1 ,
.Xr gdb 1 , .Xr gdb 1 ,
@ -1465,20 +1482,3 @@ This is automatically populated by the linker.
.%T Object Files .%T Object Files
.%B "Executable and Linking Format (ELF)" .%B "Executable and Linking Format (ELF)"
.Re .Re
.Sh HISTORY
.Ox
ELF support first appeared in
.Ox 1.2 ,
although not all supported platforms use it as the native
binary file format.
ELF in itself first appeared in
.At V .
The ELF format is an adopted standard.
.Sh AUTHORS
The original version of this manual page was written by
.An Jeroen Ruigrok van der Werven
.Aq asmodai@FreeBSD.org
with inspiration from BSDi's
.Bsx
.Nm elf
manpage.

View File

@ -1745,6 +1745,19 @@ This is useful for analysing virtual memory behaviour.
.\" FIXME more should be said about /proc/zoneinfo .\" FIXME more should be said about /proc/zoneinfo
.RE .RE
.RE .RE
.SH NOTES
Many strings (i.e., the environment and command line) are in
the internal format, with sub-fields terminated by null bytes ('\\0'),
so you
may find that things are more readable if you use \fIod \-c\fP or \fItr
"\\000" "\\n"\fP to read them.
Alternatively, \fIecho `cat <file>`\fP works well.
This manual page is incomplete, possibly inaccurate, and is the kind
of thing that needs to be updated very often.
.\" .SH ACKNOWLEDGEMENTS
.\" The material on /proc/sys/fs and /proc/sys/kernel is closely based on
.\" kernel source documentation files written by Rik van Riel.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR cat (1), .BR cat (1),
.BR find (1), .BR find (1),
@ -1771,16 +1784,3 @@ This is useful for analysing virtual memory behaviour.
.BR route (8) .BR route (8)
.br .br
.I /usr/src/linux/Documentation/filesystems/proc.txt .I /usr/src/linux/Documentation/filesystems/proc.txt
.SH CAVEATS
Note that many strings (i.e., the environment and command line) are in
the internal format, with sub-fields terminated by null bytes ('\\0'),
so you
may find that things are more readable if you use \fIod \-c\fP or \fItr
"\\000" "\\n"\fP to read them.
Alternatively, \fIecho `cat <file>`\fP works well.
This manual page is incomplete, possibly inaccurate, and is the kind
of thing that needs to be updated very often.
.SH ACKNOWLEDGEMENTS
The material on /proc/sys/fs and /proc/sys/kernel is closely based on
kernel source documentation files written by Rik van Riel.

View File

@ -151,13 +151,6 @@ Standards Institute (USASI) in 1968.
.\" American National Standards Institute (ANSI) in 1969 and is the .\" American National Standards Institute (ANSI) in 1969 and is the
.\" U.S. member body of ISO; private and non-profit. .\" U.S. member body of ISO; private and non-profit.
.\" .\"
.SH "SEE ALSO"
.BR iso_8859-1 (7),
.BR iso_8859-15 (7),
.BR iso_8859-16 (7),
.BR iso_8859-2 (7),
.BR iso_8859-7 (7),
.BR iso_8859-9 (7)
.SH TABLES .SH TABLES
For convenience, let us give more compact tables in hex and decimal. For convenience, let us give more compact tables in hex and decimal.
.sp .sp
@ -181,3 +174,10 @@ D: \- = M ] m }
E: . > N ^ n ~ E: . > N ^ n ~
F: / ? O _ o DEL F: / ? O _ o DEL
.fi .fi
.SH "SEE ALSO"
.BR iso_8859-1 (7),
.BR iso_8859-15 (7),
.BR iso_8859-16 (7),
.BR iso_8859-2 (7),
.BR iso_8859-7 (7),
.BR iso_8859-9 (7)

View File

@ -2863,10 +2863,6 @@ template for writing a man page
.It Pa /usr/share/examples/mdoc/* .It Pa /usr/share/examples/mdoc/*
several example man pages several example man pages
.El .El
.Sh SEE ALSO
.Xr man 1 ,
.Xr troff 1 ,
.Xr mdoc 7
.Sh BUGS .Sh BUGS
Undesirable hyphenation on the dash of a flag Undesirable hyphenation on the dash of a flag
argument is not yet resolved, and causes argument is not yet resolved, and causes
@ -2936,3 +2932,7 @@ and certainly should be able to.
.\" .Xr nroff .\" .Xr nroff
.\" the right margin adjustment is normally ragged and the problem is .\" the right margin adjustment is normally ragged and the problem is
.\" not as severe. .\" not as severe.
.Sh SEE ALSO
.Xr man 1 ,
.Xr troff 1 ,
.Xr mdoc 7

View File

@ -241,10 +241,6 @@ matched by the \fId\fRth parenthesized subexpression
(numbering subexpressions by the positions of their opening parentheses, (numbering subexpressions by the positions of their opening parentheses,
left to right), left to right),
so that (e.g.) `\e([bc]\e)\e1' matches `bb' or `cc' but not `bc'. so that (e.g.) `\e([bc]\e)\e1' matches `bb' or `cc' but not `bc'.
.SH "SEE ALSO"
.BR regex (3)
.PP
POSIX.2, section 2.8 (Regular Expression Notation).
.SH BUGS .SH BUGS
Having two kinds of REs is a botch. Having two kinds of REs is a botch.
.PP .PP
@ -268,3 +264,7 @@ is current consensus among implementors as to the right interpretation.
The syntax for word boundaries is incredibly ugly. The syntax for word boundaries is incredibly ugly.
.\" .SH AUTHOR .\" .SH AUTHOR
.\" This page was taken from Henry Spencer's regex package. .\" This page was taken from Henry Spencer's regex package.
.SH "SEE ALSO"
.BR regex (3)
.PP
POSIX.2, section 2.8 (Regular Expression Notation).

View File

@ -106,6 +106,8 @@ interface are not binary compatible.
X.25 N-Reset events are not propagated to the user process yet. X.25 N-Reset events are not propagated to the user process yet.
Thus, Thus,
if a reset occurred, data might be lost without notice. if a reset occurred, data might be lost without notice.
.SH VERSIONS
The PF_X25 protocol family is a new feature of Linux 2.2.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR socket (2), .BR socket (2),
.BR socket (7) .BR socket (7)
@ -116,5 +118,3 @@ The URL is
.RS .RS
.I ftp://ftp.pspt.fi/pub/ham/linux/ax25/x25doc.tgz .I ftp://ftp.pspt.fi/pub/ham/linux/ax25/x25doc.tgz
.RE .RE
.SH VERSIONS
The PF_X25 protocol family is a new feature of Linux 2.2.