summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-07-27 07:04:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-07-27 07:04:05 +0000
commit7e25feea08435e00ea04fc3f20b2d20edcdf327a (patch)
treeb5661df21cd73fd0fd91761dacb8e1104ee01505 /lib/libc/gen
parentc67190bc26340131260a8fa7709f87812deaba47 (diff)
fix some spacing issues; noted by kristaps
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/getcap.313
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index f113332fa0c..ecf9197623d 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcap.3,v 1.32 2010/02/18 13:13:39 schwarze Exp $
+.\" $OpenBSD: getcap.3,v 1.33 2010/07/27 07:04:04 jmc Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 18 2010 $
+.Dd $Mdocdate: July 27 2010 $
.Dt GETCAP 3
.Os
.Sh NAME
@@ -435,20 +435,19 @@ Two types are predefined by
and
.Fn cgetstr :
.Bl -column "nameXnumber" -offset indent
-.Sm off
-.It Em name No \&# Em number Ta numeric
+.It Em name Ns \&# Ns Em number Ta numeric
capability
.Em name
has value
.Em number
-.It Em name No = Em string Ta "string capability"
+.It Em name Ns = Ns Em string Ta "string capability"
.Em name
has value
.Em string
-.It Em name No \&#@ Ta "the numeric capability"
+.It Em name Ns \&#@ Ta "the numeric capability"
.Em name
does not exist
-.It Em name No \&=@ Ta "the string capability"
+.It Em name Ns \&=@ Ta "the string capability"
.Em name
does not exist
.El