diff options
| author | uwe <uwe@NetBSD.org> | 2020-06-26 21:03:55 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2020-06-26 21:03:55 +0000 |
| commit | b2f68b4b4e5895183e62ed401295bf6f227010ea (patch) | |
| tree | 2d21c2ee58ca213631bf0ae46afa4848bc69ab0e /usr.bin/printf/printf.1 | |
| parent | ac80a89902495da50d320f0ecb1d481e51c87b34 (diff) | |
Use ASCII single quote.
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 8df97e4bb6b..1fdb292f976 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.32 2020/06/26 20:16:55 uwe Exp $ +.\" $NetBSD: printf.1,v 1.33 2020/06/26 21:03:55 uwe Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -114,7 +114,7 @@ character. Write a .Aq vertical tab character. -.It Cm \e\' +.It Cm \e\(aq Write a .Aq single quote character. @@ -436,7 +436,7 @@ are optional in POSIX. The behaviour of the .Cm \&%B format and the -.Cm \e' , +.Cm \e\(aq , .Cm \e\*q , .Cm \ee , .Cm \e Ns Ar num , |
