diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-09-13 12:58:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-09-13 12:58:09 +0000 |
commit | 520a16b5ef3e4791a40020019a278ee002574f24 (patch) | |
tree | 833033eff7f4eac6790560736742a2214381d72a /lib/libc/stdio/printf.3 | |
parent | fe1a0483d4e358a4a690619ee769e61720dedd6f (diff) |
Spell out n as en for consistency with other parts of the page.
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index d8a75b6bedc..7c0759b7aad 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.88 2020/09/13 11:55:53 claudio Exp $ +.\" $OpenBSD: printf.3,v 1.89 2020/09/13 12:58:08 tb Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -589,8 +589,8 @@ modifier matches the type of the pointer passed: .It Cm %hhn Ta Vt signed char * .It Cm %hn Ta Vt signed short * .It Cm %n Ta Vt signed int * -.It Cm %ln Ta Vt signed long * Pq percent ell n -.It Cm %lln Ta Vt signed long long * Pq percent ell ell n +.It Cm %ln Ta Vt signed long * Pq percent ell en +.It Cm %lln Ta Vt signed long long * Pq percent ell ell en .It Cm %jn Ta Vt intmax_t * .It Cm %tn Ta Vt ptrdiff_t * .It Cm %zn Ta Vt ssize_t * |