diff options
| author | lukem <lukem@NetBSD.org> | 2002-12-22 11:22:49 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-12-22 11:22:49 +0000 |
| commit | 47c5aec4fe3bbf04bf531e1f1a98aa64ec869e05 (patch) | |
| tree | e8e9561c6026b4ac6aa41a2123dec05e782114ea /usr.bin/db | |
| parent | f766ef620d833f770b45881c1e42d943a609ef71 (diff) | |
document defaults
Diffstat (limited to 'usr.bin/db')
| -rw-r--r-- | usr.bin/db/db.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/db/db.1 b/usr.bin/db/db.1 index 530922d20f3..bb778fc538b 100644 --- a/usr.bin/db/db.1 +++ b/usr.bin/db/db.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: db.1,v 1.2 2002/12/18 20:16:48 wiz Exp $ +.\" $NetBSD: db.1,v 1.3 2002/12/22 11:22:49 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 11, 2002 +.Dd December 22, 2002 .Dt DB 1 .Os . @@ -183,6 +183,9 @@ Host endian .It Sy L Little endian .El +Defaults to +.Sq H +(host endian). . .It Fl f Ar infile Contains a list of keys @@ -236,9 +239,13 @@ If not specified, writing to an existing entry raises an error. .It Fl F Ar fieldsep Field separator between key and value used when parsing .Ar infile . +Defaults to a single space +.Pq Sq \ . . .It Fl m Ar mode Octal mode of created database. +Defaults to +.Sq 0644 . . .El . |
