diff options
author | 2000-12-24 00:30:46 +0000 | |
---|---|---|
committer | 2000-12-24 00:30:46 +0000 | |
commit | 50772e640915b6b9c44cb3d6508fa0a5fff413ef (patch) | |
tree | e150dc67a3a933729eb0634304fc47c25501106c /lib/libc/stdio/printf.3 | |
parent | Spelling: tripple -> triple (diff) | |
download | wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.tar.xz wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.zip |
Various repairs, mostly to get rid of short lines.
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index c30c43fd7ec..c9779a5f02d 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.31 2000/08/25 17:43:15 aaron Exp $ +.\" $OpenBSD: printf.3,v 1.32 2000/12/24 00:30:59 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -624,8 +624,7 @@ The .Fn vfprintf , and .Fn vsprintf -functions -conform to +functions conform to .St -ansiC . .Sh HISTORY The functions |