Module Name: src
Committed By: jdf
Date: Wed Jun 27 22:57:27 UTC 2012
Modified Files:
src/usr.bin/find: find.1
Log Message:
Small fix: Changed 'Nm .' to 'Nm' (introduced by me before).
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 src/usr.bin/find/find.1:1.75
--- src/usr.bin/find/find.1:1.74 Wed Jun 27 22:31:26 2012
+++ src/usr.bin/find/find.1 Wed Jun 27 22:57:27 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: find.1,v 1.74 2012/06/27 22:31:26 jdf Exp $
+.\" $NetBSD: find.1,v 1.75 2012/06/27 22:57:27 jdf Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -896,7 +896,7 @@ primary does not interact well with othe
tree traversal options to be changed.
.Sh HISTORY
A much simpler
-.Nm .
+.Nm
command appeared in First Edition AT\*[Am]T Unix.
The syntax had become similar to the present version by
the time of the Fifth Edition.