Declare all columns.

This commit is contained in:
joerg 2009-03-15 08:05:22 +00:00
parent af1b54d7d6
commit 854ee47087
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: getsockopt.2,v 1.30 2007/12/16 09:49:28 lukem Exp $
.\" $NetBSD: getsockopt.2,v 1.31 2009/03/15 08:05:22 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -149,7 +149,7 @@ Except as noted, each may be examined with
.Fn getsockopt
and set with
.Fn setsockopt .
.Bl -column SO_OOBINLINE -offset indent
.Bl -column SO_OOBINLINE data -offset indent
.It Dv SO_DEBUG Ta "enables recording of debugging information"
.It Dv SO_REUSEADDR Ta "enables local address reuse"
.It Dv SO_REUSEPORT Ta "enables duplicate address and port bindings"

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ftpd.8,v 1.82 2008/09/21 06:20:46 lukem Exp $
.\" $NetBSD: ftpd.8,v 1.83 2009/03/15 08:07:22 joerg Exp $
.\"
.\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -313,7 +313,7 @@ server currently supports the following
.Tn FTP
requests.
The case of the requests is ignored.
.Bl -column "Request" -offset indent
.Bl -column "Request" "Description" -offset indent
.It Sy Request Ta Sy Description
.It ABOR Ta "abort previous command"
.It ACCT Ta "specify account (ignored)"
@ -367,7 +367,7 @@ The following non-standard or
.Ux
specific commands are supported by the SITE request.
.Pp
.Bl -column Request -offset indent
.Bl -column Request Description -offset indent
.It Sy Request Ta Sy Description
.It CHMOD Ta "change mode of a file, e.g. ``SITE CHMOD 755 filename''"
.It HELP Ta "give help information."