From e15c5ff1aee02a98934fd1d41fd19e6698758994 Mon Sep 17 00:00:00 2001 From: claudio Date: Sun, 13 Sep 2020 11:55:53 +0000 Subject: %lln is percent ell ell n (not dee). OK deraadt@ --- lib/libc/stdio/printf.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 8ab134eb315..d8a75b6bedc 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.87 2020/07/10 17:04:18 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.88 2020/09/13 11:55:53 claudio Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 10 2020 $ +.Dd $Mdocdate: September 13 2020 $ .Dt PRINTF 3 .Os .Sh NAME @@ -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 dee -.It Cm %lln Ta Vt signed long long * Pq percent ell ell dee +.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 %jn Ta Vt intmax_t * .It Cm %tn Ta Vt ptrdiff_t * .It Cm %zn Ta Vt ssize_t * -- cgit v1.2.3-59-g8ed1b