put \& between %% so sccs would stop complaining
authorCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Sat, 20 Apr 1991 17:29:18 +0000 (09:29 -0800)
committerCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Sat, 20 Apr 1991 17:29:18 +0000 (09:29 -0800)
SCCS-vsn: lib/libc/stdio/scanf.3 6.8

usr/src/lib/libc/stdio/scanf.3

index 9ba3a64..a0a53e3 100644 (file)
@@ -5,7 +5,7 @@
 .\" Chris Torek.
 .\" %sccs.include.redist.man%
 .\"
 .\" Chris Torek.
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)scanf.3    6.7 (Berkeley) %G%
+.\"     @(#)scanf.3    6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SCANF 3
 .\"
 .Dd 
 .Dt SCANF 3
@@ -160,7 +160,7 @@ The following conversions are available:
 .Bl -tag -width XXXX
 .It Cm %
 Matches a literal `%'.
 .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
 matches a single input `%' character.
 No conversion is done, and assignment does not occur.
 .It Cm d