This commit is contained in:
Michael Kerrisk 2007-12-25 21:13:26 +00:00
parent e2badfdf26
commit 58783e28ae
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ argz_next, argz_replace, argz_stringify \- functions to handle an argz list
.BI "void argz_stringify(char *" argz ", size_t " len ", int " sep );
.fi
.SH DESCRIPTION
These functions are glibc-specific.
These functions are glibc specific.
.LP
An argz vector is a pointer to a character buffer together with a length.
The intended interpretation of the character buffer is an array

View File

@ -32,7 +32,7 @@ envz_remove, envz_strip \- environment string support
.BI "void envz_strip(char **" envz ", size_t *" envz_len );
.fi
.SH DESCRIPTION
These functions are glibc-specific.
These functions are glibc specific.
.LP
An argz vector is a pointer to a character buffer together with a length,
see

View File

@ -95,7 +95,7 @@ This can be changed in the
.I /etc/nsswitch.conf
file.
.SH "CONFORMING TO"
These routines are glibc-specific.
These routines are glibc specific.
The NeXT has similar routines:
.in +4n
.nf