Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/printf Use ASCII single quote.



details:   https://anonhg.NetBSD.org/src/rev/78392050f225
branches:  trunk
changeset: 935166:78392050f225
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Jun 26 21:03:55 2020 +0000

description:
Use ASCII single quote.

diffstat:

 usr.bin/printf/printf.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 48d4d6740db2 -r 78392050f225 usr.bin/printf/printf.1
--- a/usr.bin/printf/printf.1   Fri Jun 26 20:16:55 2020 +0000
+++ b/usr.bin/printf/printf.1   Fri Jun 26 21:03:55 2020 +0000
@@ -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 @@
 Write a
 .Aq vertical tab
 character.
-.It Cm \e\'
+.It Cm \e\(aq
 Write a
 .Aq single quote
 character.
@@ -436,7 +436,7 @@
 The behaviour of the
 .Cm \&%B
 format and the
-.Cm \e' ,
+.Cm \e\(aq ,
 .Cm \e\*q ,
 .Cm \ee ,
 .Cm \e Ns Ar num ,



Home | Main Index | Thread Index | Old Index