NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/51162: Typo in npfctl(8)
>Number: 51162
>Category: misc
>Synopsis: Typo in npfctl(8)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue May 24 00:20:00 +0000 2016
>Originator: Michael Scherer
>Release: 7.0
>Organization:
None
>Environment:
NetBSD netbsd.example.org 7.0 NetBSD 7.0 (GENERIC.201509250726Z) amd64
>Description:
There is a error in the man page of npfctl:
save Save the active configuration and a spanshot of the current connections.
I suspect this is "snapshot" and not spanshot.
>How-To-Repeat:
Run man npfctl, and search for "save" action.
>Fix:
Apply this patch (hope that's ok to paste it here, I am a bit rusty with CVS) :
Index: npfctl/npfctl.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/npf/npfctl/npfctl.8,v
retrieving revision 1.17
diff -u -r1.17 npfctl.8
--- npfctl/npfctl.8 3 Aug 2014 00:02:56 -0000 1.17
+++ npfctl/npfctl.8 24 May 2016 00:15:17 -0000
@@ -138,7 +138,7 @@
This operation is expensive and should be used with caution.
.\" ---
.It Ic save
-Save the active configuration and a spanshot of the current connections.
+Save the active configuration and a snapshot of the current connections.
The data will be stored in the
.Pa /var/db/npf.db
file.
Home |
Main Index |
Thread Index |
Old Index