From: Cynthia A. E. Livingston Date: Sat, 20 Apr 1991 17:29:18 +0000 (-0800) Subject: put \& between %% so sccs would stop complaining X-Git-Tag: BSD-4_4-Snapshot-Development~11624 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/2e3135499932eb638109cc1ec802ce222fbcedab put \& between %% so sccs would stop complaining SCCS-vsn: lib/libc/stdio/scanf.3 6.8 --- diff --git a/usr/src/lib/libc/stdio/scanf.3 b/usr/src/lib/libc/stdio/scanf.3 index 9ba3a640a1..a0a53e36b9 100644 --- a/usr/src/lib/libc/stdio/scanf.3 +++ b/usr/src/lib/libc/stdio/scanf.3 @@ -5,7 +5,7 @@ .\" Chris Torek. .\" %sccs.include.redist.man% .\" -.\" @(#)scanf.3 6.7 (Berkeley) %G% +.\" @(#)scanf.3 6.8 (Berkeley) %G% .\" .Dd .Dt SCANF 3 @@ -160,7 +160,7 @@ The following conversions are available: .Bl -tag -width XXXX .It Cm % Matches a literal `%'. -That is, `%%' in the format string +That is, `%\&%' in the format string matches a single input `%' character. No conversion is done, and assignment does not occur. .It Cm d