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.12.1 retrieving revision 1.11.12.2 diff -u -p -r1.11.12.1 -r1.11.12.2 --- src/lib/libc/gen/Attic/getcap.3 2001/10/08 20:18:54 1.11.12.1 +++ src/lib/libc/gen/Attic/getcap.3 2002/03/08 21:35:05 1.11.12.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getcap.3,v 1.11.12.1 2001/10/08 20:18:54 nathanw Exp $ +.\" $NetBSD: getcap.3,v 1.11.12.2 2002/03/08 21:35:05 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 @@ -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)