Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/string Use Dq instead of single quotes.



details:   https://anonhg.NetBSD.org/src/rev/faf06a73aa35
branches:  trunk
changeset: 535510:faf06a73aa35
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 20 16:22:44 2002 +0000

description:
Use Dq instead of single quotes.

diffstat:

 lib/libc/string/strsep.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5399a8f273d9 -r faf06a73aa35 lib/libc/string/strsep.3
--- a/lib/libc/string/strsep.3  Tue Aug 20 16:15:38 2002 +0000
+++ b/lib/libc/string/strsep.3  Tue Aug 20 16:22:44 2002 +0000
@@ -33,7 +33,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strsep.3     8.1 (Berkeley) 6/9/93
-.\"    $NetBSD: strsep.3,v 1.11 2002/08/11 09:36:15 yamt Exp $
+.\"    $NetBSD: strsep.3,v 1.12 2002/08/20 16:22:44 wiz Exp $
 .\"
 .Dd August 11, 2002
 .Dt STRSEP 3
@@ -65,7 +65,9 @@
 .Fa *stringp
 is returned.
 .Pp
-An ``empty'' field, i.e. one caused by two adjacent delimiter characters,
+An
+.Dq empty
+field, i.e. one caused by two adjacent delimiter characters,
 can be detected by comparing the location referenced by the pointer returned
 by
 .Fn strsep



Home | Main Index | Thread Index | Old Index