Module Name:    src
Committed By:   wiz
Date:           Sat Aug  6 08:43:28 UTC 2011

Modified Files:
        src/sbin/modload: modload.8

Log Message:
Quote path separator character.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/modload/modload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/modload/modload.8
diff -u src/sbin/modload/modload.8:1.41 src/sbin/modload/modload.8:1.42
--- src/sbin/modload/modload.8:1.41	Sat Aug  6 08:11:10 2011
+++ src/sbin/modload/modload.8	Sat Aug  6 08:43:28 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: modload.8,v 1.41 2011/08/06 08:11:10 mbalmer Exp $
+.\" $NetBSD: modload.8,v 1.42 2011/08/06 08:43:28 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -61,7 +61,8 @@
 .Pp
 Modules are loaded from the default system module areas unless the
 .Ar module
-parameter contains a path separator character (/).
+parameter contains a path separator character
+.Pq Sq / .
 .Pp
 The options to
 .Nm

Reply via email to