Module Name:    src
Committed By:   dholland
Date:           Thu Nov  7 18:50:46 UTC 2013

Modified Files:
        src/usr.bin/make: make.1

Log Message:
apostrophe's do not make plural's.


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/usr.bin/make/make.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/make/make.1
diff -u src/usr.bin/make/make.1:1.225 src/usr.bin/make/make.1:1.226
--- src/usr.bin/make/make.1:1.225	Sun Oct 27 11:38:13 2013
+++ src/usr.bin/make/make.1	Thu Nov  7 18:50:46 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.225 2013/10/27 11:38:13 wiz Exp $
+.\"	$NetBSD: make.1,v 1.226 2013/11/07 18:50:46 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -1758,7 +1758,7 @@ or
 .Fl t
 options were specified.
 Normally used to mark recursive
-.Nm Ns 's .
+.Nm Ns s .
 .It Ic .META
 Create a meta file for the target, even if it is flagged as
 .Ic .PHONY ,

Reply via email to