diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-10 13:41:46 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-10 13:41:46 +0000 |
commit | a307d598387eeb7d775332066d996ab0dadf7e5f (patch) | |
tree | 7527ff4999f5a053919cc7b9572e06aa34a3ba7c /lib/libc/string | |
parent | 9fe48c6e8d0e0133351770178246b4f76ae6a5d9 (diff) |
mdoc(7) police: removed HISTORY info from the .Os call.
Notes
Notes:
svn path=/head/; revision=79531
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/bcmp.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/bcopy.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/bzero.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strcpy.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strerror.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/string.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strtok.3 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index 4300d1f930b5..0e743a0b871e 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -36,7 +36,7 @@ .\" .Dd June 4, 1993 .Dt BCMP 3 -.Os BSD 4.2 +.Os .Sh NAME .Nm bcmp .Nd compare byte string diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 54afedf4a196..7f3fa4758597 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -37,7 +37,7 @@ .\" .Dd June 4, 1993 .Dt BCOPY 3 -.Os BSD 4.2 +.Os .Sh NAME .Nm bcopy .Nd copy byte string diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index ca488fc9423d..1f4fbc56bb8a 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -37,7 +37,7 @@ .\" .Dd June 4, 1993 .Dt BZERO 3 -.Os BSD 4.3 +.Os .Sh NAME .Nm bzero .Nd write zeroes to a byte string diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index cb38dce6b8fe..6f221af9f604 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -38,7 +38,7 @@ .\" .Dd June 4, 1993 .Dt STRCPY 3 -.Os BSD 4 +.Os .Sh NAME .Nm strcpy .Nd copy strings diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 1799c1c6a8b2..e714ff24b4c3 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -38,7 +38,7 @@ .\" .Dd June 9, 1993 .Dt STRERROR 3 -.Os BSD 4 +.Os .Sh NAME .Nm perror , .Nm strerror , diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 6a3457c12b9b..e822f7f841be 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -36,7 +36,7 @@ .\" .Dd December 11, 1993 .Dt STRING 3 -.Os BSD 4 +.Os .Sh NAME .Nm strcat , .Nm strncat , diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 297c982ec6c2..77837d2db5e7 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -52,7 +52,7 @@ .\" .Dd November 27, 1998 .Dt STRTOK 3 -.Os FreeBSD +.Os .Sh NAME .Nm strtok , strtok_r .Nd string tokens |