diff options
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index a3bc3be1e8d..ad51e68c039 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.36 2021/05/19 22:29:18 kre Exp $ +.\" $NetBSD: printf.1,v 1.37 2023/02/13 23:02:27 andvar Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -138,7 +138,7 @@ Each format specification is introduced by the percent character .Pq Ql \&% . To produce a literal percent .Pq Ql \&% -in the output, write the percent chracter twice: +in the output, write the percent character twice: .Pq Ql \&%% . This is not a format conversion. The remainder of the format specification includes, |
