Module Name: src
Committed By: uwe
Date: Thu May 25 01:31:27 UTC 2023
Modified Files:
src/usr.bin/chflags: chflags.1
Log Message:
chflags(1): fix wrong markup in previous
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/chflags/chflags.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/chflags/chflags.1
diff -u src/usr.bin/chflags/chflags.1:1.29 src/usr.bin/chflags/chflags.1:1.30
--- src/usr.bin/chflags/chflags.1:1.29 Wed May 24 22:33:17 2023
+++ src/usr.bin/chflags/chflags.1 Thu May 25 01:31:27 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: chflags.1,v 1.29 2023/05/24 22:33:17 jschauma Exp $
+.\" $NetBSD: chflags.1,v 1.30 2023/05/25 01:31:27 uwe Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -105,13 +105,13 @@ The following keywords are currently def
.El
.Pp
The
-.Va arch
+.Cm arch
flag is only used in connection with certain foreign
filesystems (e.g., MS-DOS, where it indicates whether
a file has been modified since it was last backed up).
.Pp
A file with the
-.Va nodump
+.Cm nodump
flag set will by default only be backed up by
.Xr dump 8
during full backups.