"-indent" is not a valid .Bl argument, "-offset indent" is (found by
groff-1.17.2). Fix some whitespace.
This commit is contained in:
parent
397a84f51a
commit
c6c6db2fc7
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cap_mkdb.1,v 1.10 2000/09/04 07:35:15 kleink Exp $
|
||||
.\" $NetBSD: cap_mkdb.1,v 1.11 2001/10/17 22:28:49 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -39,7 +39,6 @@
|
|||
.Sh NAME
|
||||
.Nm cap_mkdb
|
||||
.Nd create capability database
|
||||
.Pp
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl b | Fl l
|
||||
|
@ -47,17 +46,16 @@
|
|||
.Op Fl f Ar outfile
|
||||
.Ar file1
|
||||
.Op Ar file2 ...
|
||||
.Pp
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
builds a hashed database out of the
|
||||
.Xr getcap 3
|
||||
.Xr getcap 3
|
||||
logical database constructed by the concatenation of the specified
|
||||
files .
|
||||
.Pp
|
||||
The database is named by the basename of the first file argument and
|
||||
the string
|
||||
.Dq .db .
|
||||
.Dq .db .
|
||||
The
|
||||
.Xr getcap 3
|
||||
routines can access the database in this form much more quickly
|
||||
|
@ -67,7 +65,7 @@ The ``tc'' capabilities of the records are expanded before the
|
|||
record is stored into the database.
|
||||
.Pp
|
||||
The options are as follows:
|
||||
.Bl -tag -width XXXXXX -indent
|
||||
.Bl -tag -width XXXXXX -offset indent
|
||||
.It Fl b
|
||||
Use big-endian byte order for database metadata.
|
||||
.It Fl f Ar outfile
|
||||
|
@ -84,7 +82,6 @@ and the
|
|||
.Fl l
|
||||
flags are mutually exclusive. The default byte ordering is
|
||||
the current host order.
|
||||
.Pp
|
||||
.Sh FORMAT
|
||||
Each record is stored in the database using two different types of keys.
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue