-N also prevents NUL termination of value
This commit is contained in:
parent
20b9064eac
commit
91618e1c90
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: db.1,v 1.9 2003/02/25 10:35:39 wiz Exp $
|
||||
.\" $NetBSD: db.1,v 1.10 2003/05/18 12:26:18 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -34,7 +34,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd December 29, 2002
|
||||
.Dd May 18, 2003
|
||||
.Dt DB 1
|
||||
.Os
|
||||
.
|
||||
@ -159,7 +159,7 @@ Options valid for all modes are:
|
||||
.Bl -tag -width Fl -offset indent
|
||||
.
|
||||
.It Fl N
|
||||
Do not include the NUL byte at the end of the key.
|
||||
Do not include the NUL byte at the end of the key or value.
|
||||
.
|
||||
.It Fl i
|
||||
Keys are converted to lower case before manipulation.
|
||||
|
Loading…
Reference in New Issue
Block a user