diff options
author | 1998-06-12 12:13:35 +0000 | |
---|---|---|
committer | 1998-06-12 12:13:35 +0000 | |
commit | 2aab1c5d96a21d681602eb2ff210af11a321413f (patch) | |
tree | 35fda544dd6992ba1d9492ed0bf56b8ac8df021d | |
parent | make -o semantics obvious (diff) | |
download | wireguard-openbsd-2aab1c5d96a21d681602eb2ff210af11a321413f.tar.xz wireguard-openbsd-2aab1c5d96a21d681602eb2ff210af11a321413f.zip |
there is no %w format
-rw-r--r-- | usr.bin/printf/printf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 62edb58a6e5..041226d6e3a 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.2 1996/06/26 05:37:58 deraadt Exp $ +.\" $OpenBSD: printf.1,v 1.3 1998/06/12 12:13:35 d Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -188,7 +188,7 @@ from a string; if the digit string is missing, the precision is treated as zero; .It Format: A character which indicates the type of format to use (one of -.Cm diouxXfwEgGbcs ) . +.Cm diouxXfEgGbcs ) . .El .Pp A field width or precision may be |