Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Add serial commas.



details:   https://anonhg.NetBSD.org/src/rev/88b562f60b30
branches:  trunk
changeset: 784747:88b562f60b30
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 08 12:50:51 2013 +0000

description:
Add serial commas.
>From Bug Hunting.

diffstat:

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

diffs (27 lines):

diff -r 3f3e7a5e1fbd -r 88b562f60b30 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Fri Feb 08 09:30:01 2013 +0000
+++ b/usr.bin/find/find.1       Fri Feb 08 12:50:51 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.79 2012/10/13 14:18:17 njoly Exp $
+.\"    $NetBSD: find.1,v 1.80 2013/02/08 12:50:51 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -144,7 +144,7 @@
 .Pq Dq \&"
 quotes, backslash
 .Pq Dq \e ,
-space, tab and newline characters.
+space, tab, and newline characters.
 Alternatively, the
 .Ic -print0
 or
@@ -211,7 +211,7 @@
 24-hour periods.
 .Pp
 .It Ic -delete
-Delete found files, symbolic links and directories.
+Delete found files, symbolic links, and directories.
 Always returns true.
 This executes from the current working directory as
 .Nm



Home | Main Index | Thread Index | Old Index