Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sed - Reference tr(1) in `SEE ALSO' section;



details:   https://anonhg.NetBSD.org/src/rev/1699456e83b0
branches:  trunk
changeset: 787014:1699456e83b0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 29 15:05:43 2013 +0000

description:
- Reference tr(1) in `SEE ALSO' section;
- bump date.

>From Bug Hunting.

diffstat:

 usr.bin/sed/sed.1 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 05c4f65a609f -r 1699456e83b0 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Wed May 29 15:04:37 2013 +0000
+++ b/usr.bin/sed/sed.1 Wed May 29 15:05:43 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sed.1,v 1.31 2013/03/17 21:13:04 uwe Exp $
+.\"    $NetBSD: sed.1,v 1.32 2013/05/29 15:05:43 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"    @(#)sed.1       8.2 (Berkeley) 12/30/93
 .\"
-.Dd March 17, 2013
+.Dd May 29, 2013
 .Dt SED 1
 .Os
 .Sh NAME
@@ -504,6 +504,7 @@
 .Xr awk 1 ,
 .Xr ed 1 ,
 .Xr grep 1 ,
+.Xr tr 1 ,
 .Xr regex 3 ,
 .Xr re_format 7
 .Sh STANDARDS



Home | Main Index | Thread Index | Old Index