diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 14:31:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 14:31:02 +0000 |
commit | d86ff53c2f6693c7445399488d519aa1120d2ee9 (patch) | |
tree | 5bb4cae6f4dc1b3d18237f86e94997dc239af9bb /usr.bin/getent | |
parent | 9a3a2d30fe784b1aa311cfae0892634df9c64246 (diff) |
.Bl always requires .It, even in .Bl -column;
syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@ and sobrado@
Diffstat (limited to 'usr.bin/getent')
-rw-r--r-- | usr.bin/getent/getent.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1 index b8f9842c8b6..cca9dfb683b 100644 --- a/usr.bin/getent/getent.1 +++ b/usr.bin/getent/getent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getent.1,v 1.6 2008/06/26 05:42:21 ray Exp $ +.\" $OpenBSD: getent.1,v 1.7 2010/01/03 14:31:01 schwarze Exp $ .\" $NetBSD: getent.1,v 1.13 2005/09/11 23:16:15 wiz Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: January 3 2010 $ .Dt GETENT 1 .Os .Sh NAME @@ -60,7 +60,7 @@ file format for that database. may be one of: .Pp .Bl -column "netgroup" -offset indent -compact -.Sy Database Ta Sy Display format +.It Sy Database Ta Sy Display format .It ethers Ta address name .It group Ta group:passwd:gid:[member[,member]...] .It hosts Ta address name [alias ...] |