Module Name: src
Committed By: pgoyette
Date: Fri Mar 16 11:52:54 UTC 2018
Modified Files:
src/share/man/man9 [pgoyette-compat]: module.9
Log Message:
Typo - missing 's'
To generate a diff of this commit:
cvs rdiff -u -r1.42.2.5 -r1.42.2.6 src/share/man/man9/module.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/module.9
diff -u src/share/man/man9/module.9:1.42.2.5 src/share/man/man9/module.9:1.42.2.6
--- src/share/man/man9/module.9:1.42.2.5 Thu Mar 15 10:00:47 2018
+++ src/share/man/man9/module.9 Fri Mar 16 11:52:53 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.42.2.5 2018/03/15 10:00:47 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.42.2.6 2018/03/16 11:52:53 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -166,7 +166,7 @@ For example,
MODULE_WITH_ALIASES(MODULE_CLASS_MISC, pets, NULL, &my_pets);
.Ed
.Pp
-If there are no required modules or aliases, these argument should be
+If there are no required modules or aliases, these arguments should be
specified as
.Dv NULL .
.Pp