diff options
author | ru <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
commit | 3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7 (patch) | |
tree | 15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/string | |
parent | 8bfe544f0ac6dbbaab251f97964f8e610ea7579f (diff) | |
download | FreeBSD-src-3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7.zip FreeBSD-src-3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7.tar.gz |
mdoc(7) police: formatting nits.
Approved by: re
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcpy.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strsep.3 | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 01456d0..d52d0ed 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 12bd585..77c7b84 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 ) |