Module Name:    src
Committed By:   wiz
Date:           Thu Jun 11 08:11:52 UTC 2009

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

Log Message:
Remove -P from -p section, not from -f one.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/sbin/modload/modload.8:1.37
--- src/sbin/modload/modload.8:1.36	Wed Jun 10 03:30:32 2009
+++ src/sbin/modload/modload.8	Thu Jun 11 08:11:52 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: modload.8,v 1.36 2009/06/10 03:30:32 jnemeth Exp $
+.\" $NetBSD: modload.8,v 1.37 2009/06/11 08:11:52 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -40,7 +40,7 @@
 .Nd load a kernel module
 .Sh SYNOPSIS
 .Nm
-.Op Fl f
+.Op Fl fP
 .Op Fl b Ar var=boolean
 .Op Fl i Ar var=integer
 .Op Fl s Ar var=string
@@ -51,7 +51,6 @@
 .Op Fl d Ar var
 .Op Fl i Ar var=integer
 .Op Fl m Ar plist
-.Op Fl P
 .Op Fl s Ar var=string
 .Sh DESCRIPTION
 The

Reply via email to