Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/string Whitespace fixes and sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/ed2fa774d679
branches:  trunk
changeset: 515029:ed2fa774d679
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 16 01:41:09 2001 +0000

description:
Whitespace fixes and sort SEE ALSO.

diffstat:

 lib/libc/string/bcmp.3       |   4 ++--
 lib/libc/string/bcopy.3      |   4 ++--
 lib/libc/string/bstring.3    |   4 ++--
 lib/libc/string/bzero.3      |   4 ++--
 lib/libc/string/index.3      |   4 ++--
 lib/libc/string/rindex.3     |   4 ++--
 lib/libc/string/strcasecmp.3 |   4 ++--
 lib/libc/string/strcmp.3     |   4 ++--
 lib/libc/string/string.3     |  16 ++++++++--------
 lib/libc/string/strlcpy.3    |   4 ++--
 lib/libc/string/strmode.3    |   4 ++--
 lib/libc/string/strtok.3     |   4 ++--
 12 files changed, 30 insertions(+), 30 deletions(-)

diffs (275 lines):

diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/bcmp.3
--- a/lib/libc/string/bcmp.3    Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/bcmp.3    Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .Sh HISTORY
 A
 .Fn bcmp
-function first appeared in 
+function first appeared in
 .Bx 4.2 .
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/bcopy.3
--- a/lib/libc/string/bcopy.3   Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/bcopy.3   Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .Sh HISTORY
 A
 .Fn bcopy
-function appeared in 
+function appeared in
 .Bx 4.2 .
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/bstring.3
--- a/lib/libc/string/bstring.3 Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/bstring.3 Sun Sep 16 01:41:09 2001 +0000
@@ -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
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/bzero.3
--- a/lib/libc/string/bzero.3   Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/bzero.3   Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 A
 .Fn bzero
 function
-appeared in 
+appeared in
 .Bx 4.3 .
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/index.3
--- a/lib/libc/string/index.3   Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/index.3   Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .Sh HISTORY
 An
 .Fn index
-function appeared in 
+function appeared in
 .At v6 .
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/rindex.3
--- a/lib/libc/string/rindex.3  Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/rindex.3  Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .Sh HISTORY
 A
 .Fn rindex
-function appeared in 
+function appeared in
 .At v6 .
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/strcasecmp.3
--- a/lib/libc/string/strcasecmp.3      Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/strcasecmp.3      Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .Bx 4.4 .
 .Sh NOTES
 If
-.Fa len 
+.Fa len
 is zero
 .Fn strncasecmp
 returns always 0.
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/strcmp.3
--- a/lib/libc/string/strcmp.3  Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/strcmp.3  Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .St -ansiC .
 .Sh NOTES
 If
-.Fa len 
+.Fa len
 is zero
 .Fn strncmp
 returns always 0.
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/string.3
--- a/lib/libc/string/string.3  Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/string.3  Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 .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 ,
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/strlcpy.3
--- a/lib/libc/string/strlcpy.3 Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/strlcpy.3 Sun Sep 16 01:41:09 2001 +0000
@@ -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@localhost>
@@ -66,7 +66,7 @@
 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
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/strmode.3
--- a/lib/libc/string/strmode.3 Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/strmode.3 Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 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
diff -r 5594f27d2899 -r ed2fa774d679 lib/libc/string/strtok.3
--- a/lib/libc/string/strtok.3  Sun Sep 16 01:38:59 2001 +0000
+++ b/lib/libc/string/strtok.3  Sun Sep 16 01:41:09 2001 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index