diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-06-12 12:13:36 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-06-12 12:13:36 +0000 |
commit | 50e865721992a3b7217020e149b7c0e13f402472 (patch) | |
tree | e3e9b281df9c93f4c316eb6a3614dc0b2cf94ab7 /usr.bin | |
parent | 2f3ae105c77c9ade1dbc5d60b7be842ffd2bdd82 (diff) |
there is no %w format
Diffstat (limited to 'usr.bin')
-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 |