Module Name:    src
Committed By:   uwe
Date:           Mon Oct 28 09:33:44 UTC 2024

Modified Files:
        src/lib/libc/gen: fts.3

Log Message:
fts(3): NUL (character) is not a Dv


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/fts.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/fts.3
diff -u src/lib/libc/gen/fts.3:1.33 src/lib/libc/gen/fts.3:1.34
--- src/lib/libc/gen/fts.3:1.33	Mon Oct 28 09:30:49 2024
+++ src/lib/libc/gen/fts.3	Mon Oct 28 09:33:44 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fts.3,v 1.33 2024/10/28 09:30:49 uwe Exp $
+.\"	$NetBSD: fts.3,v 1.34 2024/10/28 09:33:44 uwe Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -332,7 +332,7 @@ Therefore, the
 and
 .Fa fts_accpath
 fields are guaranteed to be
-.Dv NUL Ns -terminated
+.Tn NUL Ns -terminated
 .Em only
 for the file most recently returned by
 .Fn fts_read .
@@ -350,7 +350,7 @@ are attempted.
 The
 .Fa fts_name
 field is always
-.Dv NUL Ns -terminated .
+.Tn NUL Ns -terminated .
 .Sh FTS_OPEN
 The
 .Fn fts_open

Reply via email to