Module Name: src
Committed By: charlotte
Date: Tue Aug 9 07:56:19 UTC 2022
Modified Files:
src/usr.bin/db: db.1
Log Message:
PR bin/51878: db(1)'s man page to describe the actual behavior of '-q'
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/db/db.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/db/db.1
diff -u src/usr.bin/db/db.1:1.27 src/usr.bin/db/db.1:1.28
--- src/usr.bin/db/db.1:1.27 Fri Feb 17 11:43:24 2012
+++ src/usr.bin/db/db.1 Tue Aug 9 07:56:19 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: db.1,v 1.27 2012/02/17 11:43:24 wiz Exp $
+.\" $NetBSD: db.1,v 1.28 2022/08/09 07:56:19 charlotte Exp $
.\"
.\" Copyright (c) 2002-2009,2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -196,7 +196,7 @@ options may be useful to encode the NUL
.
.It Fl q
Quiet operation.
-In read mode, missing keys are not considered to be an error.
+In read mode, missing keys are considered to be an error.
In delete
.Pq Fl d
and write