From b357107af86d797c47dc9093dc5d53c6f51b6731 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 27 Jul 2010 07:04:04 +0000 Subject: [PATCH] fix some spacing issues; noted by kristaps --- lib/libc/gen/getcap.3 | 13 ++++++------- 1 file 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 -- 2.20.1