diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-08 14:46:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-08 14:46:57 +0000 |
commit | 92c13f05d287e03e7a3ecd32a6d261c19de80c50 (patch) | |
tree | b056212aa74df8bc1efc23589b50037a35845fee | |
parent | 277edc6d8c2f870654d25fc8b95348753eceb020 (diff) |
missing G in item list; bde
-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 a8b591e7af4..e62ea2f3986 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.19 1999/07/07 14:22:25 aaron Exp $ +.\" $OpenBSD: printf.3,v 1.20 1999/08/08 14:46:56 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -496,7 +496,7 @@ is equal to the precision specification. If the precision is missing, it is taken as 6; if the precision is explicitly zero, no decimal-point character appears. If a decimal point appears, at least one digit appears before it. -.It Cm g +.It Cm gG The .Em double argument is converted in style |