Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/apply Be more precise.



details:   https://anonhg.NetBSD.org/src/rev/5097e7a79708
branches:  trunk
changeset: 344127:5097e7a79708
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Mar 14 09:53:37 2016 +0000

description:
Be more precise.

diffstat:

 usr.bin/apply/apply.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1f5e3c7dd59c -r 5097e7a79708 usr.bin/apply/apply.1
--- a/usr.bin/apply/apply.1     Mon Mar 14 07:43:00 2016 +0000
+++ b/usr.bin/apply/apply.1     Mon Mar 14 09:53:37 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: apply.1,v 1.14 2016/03/12 22:17:23 dholland Exp $
+.\"    $NetBSD: apply.1,v 1.15 2016/03/14 09:53:37 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -120,7 +120,7 @@
 .It Li "apply \'ln %1 /home/joe/joe.%1\'" *
 Hard-links all files in the current directory into the directory
 .Pa /home/joe ,
-with their names prefixed with "joe".
+with their names prefixed with "joe.".
 .It Li "apply \'cvs diff %1 > %1.diff'" *.c
 Diff all C sources in the current directory against the last
 checked-in version and store each result in its own output file.



Home | Main Index | Thread Index | Old Index