Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tr add alphabetic to lower for consistency (nabijacz...



details:   https://anonhg.NetBSD.org/src/rev/608500126630
branches:  trunk
changeset: 983937:608500126630
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 14 17:22:22 2021 +0000

description:
add alphabetic to lower for consistency (nabijaczleweli)

diffstat:

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

diffs (27 lines):

diff -r 34bcdf9abefc -r 608500126630 usr.bin/tr/tr.1
--- a/usr.bin/tr/tr.1   Mon Jun 14 15:35:34 2021 +0000
+++ b/usr.bin/tr/tr.1   Mon Jun 14 17:22:22 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tr.1,v 1.23 2019/05/29 11:27:34 gutteridge Exp $
+.\"    $NetBSD: tr.1,v 1.24 2021/06/14 17:22:22 christos Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)tr.1       8.1 (Berkeley) 6/6/93
 .\"
-.Dd May 29, 2019
+.Dd June 14, 2021
 .Dt TR 1
 .Os
 .Sh NAME
@@ -170,7 +170,7 @@
 .It print      <printable characters>
 .It punct      <punctuation characters>
 .It space      <space characters>
-.It upper      <upper-case characters>
+.It upper      <upper-case alphabetic characters>
 .It xdigit     <hexadecimal characters>
 .El
 .Pp



Home | Main Index | Thread Index | Old Index