summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-29 15:57:50 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-29 15:57:50 +0000
commit1798791d24d371e78812304b3fa3ec7a87b84f98 (patch)
tree15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/string
parentb7c8a7976f404afa621652a96d3280f3a6174e9d (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcpy.32
-rw-r--r--lib/libc/string/strsep.34
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 01456d0ace8b..d52d0edbc279 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -99,7 +99,7 @@ return
.Fa dst .
The
.Fn stpcpy
-function returns a pointer to the terminating
+function returns a pointer to the terminating
.Ql \e0
character of
.Fa dst .
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index 12bd585504b9..77c7b844ae16 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -65,7 +65,9 @@ The original value of
.Fa *stringp
is returned.
.Pp
-An ``empty'' field (i.e., a character in the string
+An
+.Dq empty
+field (i.e., a character in the string
.Fa delim
occurs as the first character of
.Fa *stringp )