diff options
author | 1999-08-08 14:46:56 +0000 | |
---|---|---|
committer | 1999-08-08 14:46:56 +0000 | |
commit | 739e4e2681d59964506d0c98bdc204bcbb0e393b (patch) | |
tree | 6635253cdf4d4bf7adc70b143a7b93eefde7a11c /lib/libc/stdio | |
parent | Fix cases when wanting to communicate with the bridge' (diff) | |
download | wireguard-openbsd-739e4e2681d59964506d0c98bdc204bcbb0e393b.tar.xz wireguard-openbsd-739e4e2681d59964506d0c98bdc204bcbb0e393b.zip |
missing G in item list; bde
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 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 |