diff options
author | 2003-07-15 10:05:36 +0000 | |
---|---|---|
committer | 2003-07-15 10:05:36 +0000 | |
commit | 6c51f4ecde9b6357613f78ac2c90a92c6ebee89f (patch) | |
tree | f946449308c182b5cf515d3f8b905db90ffea89a /lib/libc/stdio | |
parent | protos and repairs (diff) | |
download | wireguard-openbsd-6c51f4ecde9b6357613f78ac2c90a92c6ebee89f.tar.xz wireguard-openbsd-6c51f4ecde9b6357613f78ac2c90a92c6ebee89f.zip |
.Ql Cm -> .Sq Cm where literal makes no sense;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 476b33b216e..e9a1cf54782 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.41 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: printf.3,v 1.42 2003/07/15 10:05:36 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -201,7 +201,7 @@ Zero or more of the following flags: .Bl -hyphen .It A hash -.Ql Cm # +.Sq Cm # character specifying that the value should be converted to an ``alternate form''. For |