Whitespace fixes and sort SEE ALSO.

This commit is contained in:
wiz 2001-09-16 01:41:09 +00:00
parent dfcfff97f3
commit 4c17cdc321
12 changed files with 30 additions and 30 deletions

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcmp.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: bcmp.3,v 1.8 1999/03/22 19:44:58 garbled Exp $
.\" $NetBSD: bcmp.3,v 1.9 2001/09/16 01:41:09 wiz Exp $
.\"
.Dd June 4, 1993
.Dt BCMP 3
@ -70,5 +70,5 @@ The strings may overlap.
.Sh HISTORY
A
.Fn bcmp
function first appeared in
function first appeared in
.Bx 4.2 .

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcopy.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: bcopy.3,v 1.7 1999/03/22 19:44:58 garbled Exp $
.\" $NetBSD: bcopy.3,v 1.8 2001/09/16 01:41:09 wiz Exp $
.\"
.Dd June 4, 1993
.Dt BCOPY 3
@ -70,5 +70,5 @@ is zero, no bytes are copied.
.Sh HISTORY
A
.Fn bcopy
function appeared in
function appeared in
.Bx 4.2 .

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bstring.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: bstring.3,v 1.5 1998/02/05 18:50:25 perry Exp $
.\" $NetBSD: bstring.3,v 1.6 2001/09/16 01:41:09 wiz Exp $
.\"
.Dd June 4, 1993
.Dt BSTRING 3
@ -45,7 +45,7 @@
.Nm memchr ,
.Nm memcmp ,
.Nm memcpy ,
.Nm memmove,
.Nm memmove ,
.Nm memset
.Nd byte string operations
.Sh LIBRARY

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bzero.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: bzero.3,v 1.8 1999/03/22 19:44:58 garbled Exp $
.\" $NetBSD: bzero.3,v 1.9 2001/09/16 01:41:09 wiz Exp $
.\"
.Dd June 4, 1993
.Dt BZERO 3
@ -67,5 +67,5 @@ does nothing.
A
.Fn bzero
function
appeared in
appeared in
.Bx 4.3 .

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)index.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: index.3,v 1.7 1998/02/05 18:50:29 perry Exp $
.\" $NetBSD: index.3,v 1.8 2001/09/16 01:41:09 wiz Exp $
.\"
.Dd June 4, 1993
.Dt INDEX 3
@ -79,5 +79,5 @@ locates the terminating '\e0'.
.Sh HISTORY
An
.Fn index
function appeared in
function appeared in
.At v6 .

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rindex.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: rindex.3,v 1.6 1998/02/05 18:50:39 perry Exp $
.\" $NetBSD: rindex.3,v 1.7 2001/09/16 01:41:09 wiz Exp $
.\"
.Dd June 4, 1993
.Dt RINDEX 3
@ -81,5 +81,5 @@ locates the terminating
.Sh HISTORY
A
.Fn rindex
function appeared in
function appeared in
.At v6 .

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
.\" $NetBSD: strcasecmp.3,v 1.11 1999/04/18 22:36:46 ad Exp $
.\" $NetBSD: strcasecmp.3,v 1.12 2001/09/16 01:41:10 wiz Exp $
.\"
.Dd June 9, 1993
.Dt STRCASECMP 3
@ -91,7 +91,7 @@ functions first appeared in
.Bx 4.4 .
.Sh NOTES
If
.Fa len
.Fa len
is zero
.Fn strncasecmp
returns always 0.

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcmp.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: strcmp.3,v 1.7 1998/10/23 17:49:30 tron Exp $
.\" $NetBSD: strcmp.3,v 1.8 2001/09/16 01:41:10 wiz Exp $
.\"
.Dd June 4, 1993
.Dt STRCMP 3
@ -97,7 +97,7 @@ conform to
.St -ansiC .
.Sh NOTES
If
.Fa len
.Fa len
is zero
.Fn strncmp
returns always 0.

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)string.3 8.2 (Berkeley) 12/11/93
.\" $NetBSD: string.3,v 1.8 1999/03/22 19:44:59 garbled Exp $
.\" $NetBSD: string.3,v 1.9 2001/09/16 01:41:10 wiz Exp $
.\"
.Dd December 11, 1993
.Dt STRING 3
@ -44,14 +44,14 @@
.Nm strrchr ,
.Nm strcmp ,
.Nm strncmp ,
.Nm strcasecmp,
.Nm strcasecmp ,
.Nm strncasecmp ,
.Nm strcpy ,
.Nm strncpy ,
.Nm strerror ,
.Nm strlen ,
.Nm strpbrk ,
.Nm strsep,
.Nm strsep ,
.Nm strspn ,
.Nm strcspn ,
.Nm strstr ,
@ -122,22 +122,22 @@ for size limitations.
.Sh SEE ALSO
.Xr bstring 3 ,
.Xr index 3 ,
.Xr rindex 3 ,
.Xr strcasecmp 3 ,
.Xr strcat 3 ,
.Xr strchr 3 ,
.Xr strrchr 3 ,
.Xr strcmp 3 ,
.Xr strcasecmp 3 ,
.Xr strcpy 3 ,
.Xr strcspn 3 ,
.Xr strerror 3 ,
.Xr strlen 3 ,
.Xr strpbrk 3 ,
.Xr strrchr 3 ,
.Xr strsep 3 ,
.Xr strspn 3 ,
.Xr strcspn 3 ,
.Xr strstr 3 ,
.Xr strtok 3 ,
.Xr strtok_r 3 ,
.Xr rindex 3
.Xr strtok_r 3
.Sh STANDARDS
The
.Fn strcat ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: strlcpy.3,v 1.6 2001/03/02 06:06:08 cgd Exp $
.\" $NetBSD: strlcpy.3,v 1.7 2001/09/16 01:41:10 wiz Exp $
.\" from OpenBSD: strlcpy.3,v 1.11 2000/11/16 23:27:41 angelos Exp
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
@ -66,7 +66,7 @@ as long as there is at least one byte free in
Note that you should include a byte for the NUL in
.Fa size .
Also note that
.Fn strlcpy
.Fn strlcpy
and
.Fn strlcat
only operate on true

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strmode.3 8.3 (Berkeley) 7/28/94
.\" $NetBSD: strmode.3,v 1.11 2000/06/29 07:17:04 kleink Exp $
.\" $NetBSD: strmode.3,v 1.12 2001/09/16 01:41:10 wiz Exp $
.\"
.Dd July 28, 1994
.Dt STRMODE 3
@ -140,7 +140,7 @@ The last character is a plus sign ``+'' if there are any alternative
or additional access control methods associated with the inode, otherwise
it will be a space.
.Pp
Archive state 1 and archive state 2 represent file system dependent
Archive state 1 and archive state 2 represent file system dependent
archive state for a file. Most file systems do not retain file archive
state, and so will not report files in either archive state.
msdosfs will report a file in archive state 1 if it has been

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strtok.3 8.2 (Berkeley) 2/3/94
.\" $NetBSD: strtok.3,v 1.13 2001/03/22 07:37:04 kleink Exp $
.\" $NetBSD: strtok.3,v 1.14 2001/09/16 01:41:10 wiz Exp $
.\"
.Dd February 3, 1994
.Dt STRTOK 3
@ -75,7 +75,7 @@ function
returns a pointer to the beginning of each subsequent token in the string,
after replacing the separator character itself with a
.Dv NUL
character.
character.
Separator characters at the beginning of the string or at the
continuation point are skipped so that zero length tokens
are not returned.