diff options
Diffstat (limited to 'lib/libc/string/strsep.3')
-rw-r--r-- | lib/libc/string/strsep.3 | 4 |
1 files changed, 3 insertions, 1 deletions
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 ) |