diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-16 21:23:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-16 21:23:09 +0000 |
commit | e035055229a8d39c664af93893868ce56b6b35f3 (patch) | |
tree | e47becb7e61fbdba8711b0cff6458a678025f22d /share/man/man9/printf.9 | |
parent | bd5270c32fe3dd16cc0ef16ee27454fa9906a146 (diff) |
list/display fixes, and whitespace;
Diffstat (limited to 'share/man/man9/printf.9')
-rw-r--r-- | share/man/man9/printf.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/printf.9 b/share/man/man9/printf.9 index 04b3c969bb0..3ecd1969656 100644 --- a/share/man/man9/printf.9 +++ b/share/man/man9/printf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.9,v 1.11 2003/12/21 15:30:20 miod Exp $ +.\" $OpenBSD: printf.9,v 1.12 2004/04/16 21:23:08 jmc Exp $ .\" $NetBSD: kprintf.9,v 1.6 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -129,7 +129,6 @@ In addition to other formatting specifiers common with the user space functions, the kernel functions accept the following format specifiers in the format string .Fa format : -.Pp .Bl -tag -width "\e177" .It Li %b Bit field expansion. |