summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/string
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/bcmp.34
-rw-r--r--lib/libc/string/bcopy.34
-rw-r--r--lib/libc/string/bzero.34
-rw-r--r--lib/libc/string/ffs.34
-rw-r--r--lib/libc/string/index.34
-rw-r--r--lib/libc/string/strcasecmp.34
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.
OpenPOWER on IntegriCloud