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.11 retrieving revision 1.11.12.3 diff -u -p -r1.11 -r1.11.12.3 --- src/lib/libc/gen/Attic/getcap.3 1999/03/08 10:35:43 1.11 +++ src/lib/libc/gen/Attic/getcap.3 2002/03/22 20:42:07 1.11.12.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getcap.3,v 1.11 1999/03/08 10:35:43 kleink Exp $ +.\" $NetBSD: getcap.3,v 1.11.12.3 2002/03/22 20:42:07 nathanw Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,7 +54,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include +.Fd #include \*[Lt]stdlib.h\*[Gt] .Ft int .Fn cgetent "char **buf" "char **db_array" "const char *name" .Ft int @@ -105,7 +105,7 @@ must be retained through all subsequent and .Fn cgetustr , but may then be -.Xr free 3 Ns \&'d. +.Xr free 3 Ns \&'d . .Pp On success 0 is returned, 1 if the returned record contains an unresolved .Qq tc @@ -423,7 +423,7 @@ overrides the definition of interpolated from the capability record .Em old in -.Fa file2, +.Fa file2 , .Qq who-cares@ prevents the definition of any who-cares definitions in .Em old @@ -488,7 +488,7 @@ Non-printable codes, new lines, and colons may be conveniently represented by the use of escape sequences: .Bl -column "\e\|X,X\e\|X" "(ASCII octal nnn)" -^X ('\fIX\fP' & 037) control-\fIX\fP +^X ('\fIX\fP' \*[Am] 037) control-\fIX\fP \e\|b, \e\|B (ASCII 010) backspace \e\|t, \e\|T (ASCII 011) tab \e\|n, \e\|N (ASCII 012) line feed (newline)