NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/39441: veriexecctl(8) man page doesn't document -v flag



>Number:         39441
>Category:       bin
>Synopsis:       veriexecctl(8) man page doesn't document -v flag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 31 20:35:00 +0000 2008
>Originator:     Stathis Kamperis
>Release:        NetBSD-4.99.72
>Organization:
>Environment:
NetBSD netbsd 4.99.72 NetBSD 4.99.72 (MYGENERIC) #0: Fri Aug 29 22:49:53 EEST 
2008  root@netbsd:/usr/obj/sys/arch/i386/compile/MYGENERIC i386

>Description:
The manpage of veriexecctl(8) doesn't document -v flag.
After code inspection it seems that -v enables verbose output:

[...]
   219                  case 'v':
   220                          verbose = 1;
   221                          break;
   222  
[...]
>How-To-Repeat:
man 8 veriexecctl
>Fix:
Index: veriexecctl.8
===================================================================
RCS file: /cvsroot/src/sbin/veriexecctl/veriexecctl.8,v
retrieving revision 1.34
diff -u -r1.34 veriexecctl.8
--- veriexecctl.8       18 Feb 2008 10:37:19 -0000      1.34
+++ veriexecctl.8       31 Aug 2008 20:25:37 -0000
@@ -74,6 +74,8 @@
 Evaluate fingerprint on load, as opposed to when the file is accessed.
 .It Fl k
 Keep the filenames in the entry for more accurate logging.
+.It Fl v
+Enable verbose output.
 .El
 .It Cm delete Ar file | mount_point
 Delete either a single entry



Home | Main Index | Thread Index | Old Index