Module Name: src
Committed By: wiz
Date: Fri Feb 8 12:50:51 UTC 2013
Modified Files:
src/usr.bin/find: find.1
Log Message:
Add serial commas.
>From Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/find/find.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.79 src/usr.bin/find/find.1:1.80
--- src/usr.bin/find/find.1:1.79 Sat Oct 13 14:18:17 2012
+++ src/usr.bin/find/find.1 Fri Feb 8 12:50:51 2013
@@ -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 @@ and double
.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 @@ was started, rounded up to the next full
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