diff options
author | 2001-06-05 21:18:56 +0000 | |
---|---|---|
committer | 2001-06-05 21:18:56 +0000 | |
commit | d0a2e7102743308d377fe35ab533d28a68958203 (patch) | |
tree | aec413373f99446491d7b778bc7c845ce1530057 /lib/libc | |
parent | generic kqfilter that just like select returns ready for read and write. (diff) | |
download | wireguard-openbsd-d0a2e7102743308d377fe35ab533d28a68958203.tar.xz wireguard-openbsd-d0a2e7102743308d377fe35ab533d28a68958203.zip |
Fix pasto; kleink@netbsd.org
Diffstat (limited to 'lib/libc')
-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 be0c6b1980b..f58ea647a42 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.33 2001/02/17 17:15:27 pjanzen Exp $ +.\" $OpenBSD: printf.3,v 1.34 2001/06/05 21:18:56 pjanzen Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -359,7 +359,7 @@ The optional character .Cm x , or .Cm X -conversion applies to a pointer to a +conversion corresponds to a .Li long int or .Li unsigned long int |