Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xinstall Use ; instead of , in a sentence (and fix c...



details:   https://anonhg.NetBSD.org/src/rev/980c3b9965e4
branches:  trunk
changeset: 547592:980c3b9965e4
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat May 24 18:24:28 2003 +0000

description:
Use ; instead of , in a sentence (and fix case of next word).

diffstat:

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

diffs (18 lines):

diff -r f481df6b4fef -r 980c3b9965e4 usr.bin/xinstall/install.1
--- a/usr.bin/xinstall/install.1        Sat May 24 16:48:31 2003 +0000
+++ b/usr.bin/xinstall/install.1        Sat May 24 18:24:28 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install.1,v 1.36 2003/02/25 10:36:02 wiz Exp $
+.\"    $NetBSD: install.1,v 1.37 2003/05/24 18:24:28 jmmv Exp $
 .\"
 .\" Copyright (c) 1987, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -165,7 +165,7 @@
 .Fl b
 option is given
 or overwritten
-if permissions allow, An alternate backup suffix may be specified via the
+if permissions allow; an alternate backup suffix may be specified via the
 .Fl B
 option's argument.
 .Pp



Home | Main Index | Thread Index | Old Index