diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:05:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:05:37 +0000 |
commit | 38b21703fc471790d770c089b29fe82763af303c (patch) | |
tree | 58b0cc5038111c9fd7a0e165f5f3b4459d6b1137 /lib | |
parent | 922441d1f8a1fee372fbabd2bc2847427c615021 (diff) |
.Ql Cm -> .Sq Cm where literal makes no sense;
Diffstat (limited to 'lib')
-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 |