fix some spacing issues; noted by kristaps
authorjmc <jmc@openbsd.org>
Tue, 27 Jul 2010 07:04:04 +0000 (07:04 +0000)
committerjmc <jmc@openbsd.org>
Tue, 27 Jul 2010 07:04:04 +0000 (07:04 +0000)
lib/libc/gen/getcap.3

index f113332..ecf9197 100644 (file)
@@ -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