Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/Attic/getcap.3,v retrieving revision 1.15 retrieving revision 1.17 diff -u -p -r1.15 -r1.17 --- src/lib/libc/gen/Attic/getcap.3 2003/04/16 13:34:36 1.15 +++ src/lib/libc/gen/Attic/getcap.3 2003/06/30 19:12:33 1.17 @@ -1,4 +1,4 @@ -.\" $NetBSD: getcap.3,v 1.15 2003/04/16 13:34:36 wiz Exp $ +.\" $NetBSD: getcap.3,v 1.17 2003/06/30 19:12:33 wiz Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -289,7 +289,7 @@ database begins: giving four names that can be used to access the record. .Pp The remaining non-empty capabilities describe a set of (name, value) -bindings, consisting of a names optionally followed by a typed values: +bindings, consisting of a name optionally followed by a typed value: .Bl -column "nameTvalue" .It name Ta "typeless [boolean] capability" .Em name No "is present [true]" @@ -452,20 +452,19 @@ Two types are predefined by and .Fn cgetstr : .Bl -column "nameXnumber" -.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 \&#@ Ns Ta "the numeric capability" .Em name does not exist -.It Em name No \&=@ Ta "the string capability" +.It Em name Ns \&=@ Ns Ta "the string capability" .Em name does not exist .El @@ -501,7 +500,7 @@ of escape sequences: \e\|\fInnn\fP (ASCII octal \fInnn\fP) .El .Pp -A `\|\e' may be followed by up to three octal digits directly specifies +A `\|\e' followed by up to three octal digits directly specifies the numeric code for a character. The use of .Tn ASCII