diff options
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/bcmp.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/bcopy.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/bzero.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/ffs.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/index.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index aa7c2cd..cc75ac1 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -73,9 +73,9 @@ A function first appeared in .Bx 4.2 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 48b3d53..c7e9706 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -73,9 +73,9 @@ A function appeared in .Bx 4.2 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 71b8520..a8c4a27 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -70,9 +70,9 @@ function appeared in .Bx 4.3 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index fd4de44..5b5fb6f 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -63,9 +63,9 @@ The function appeared in .Bx 4.3 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 5fd6977..1245970 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -98,9 +98,9 @@ and functions appeared in .At v6 . Their prototypes existed previously in -.Aq Pa string.h +.In string.h before they were moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 05b3a48..346b9e3 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -96,9 +96,9 @@ and functions first appeared in .Bx 4.4 . Their prototypes existed previously in -.Aq Pa string.h +.In string.h before they were moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. |