diff options
| author | charlotte <charlotte@NetBSD.org> | 2022-08-09 07:56:19 +0000 |
|---|---|---|
| committer | charlotte <charlotte@NetBSD.org> | 2022-08-09 07:56:19 +0000 |
| commit | 167cdf8056d89ca53f569e6f8fc2bb8997eec01e (patch) | |
| tree | eb34878a03889b2637f6fb42939c507bbd4ee488 /usr.bin | |
| parent | de6230d48ab66962dcb46d7262659af1b6768b94 (diff) | |
PR bin/51878: db(1)'s man page to describe the actual behavior of '-q'
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/db/db.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/db/db.1 b/usr.bin/db/db.1 index 90c9d95d0ef..84e87568c29 100644 --- a/usr.bin/db/db.1 +++ b/usr.bin/db/db.1 @@ -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 terminator in a readable form. . .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 |
