PERFORCE change 91391 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 8 11:51:58 GMT 2006


http://perforce.freebsd.org/chv.cgi?CH=91391

Change 91391 by rwatson at rwatson_peppercorn on 2006/02/08 11:50:57

	Fix program name in usage string.
	
	Submitted by:	keramida

Affected files ...

.. //depot/projects/trustedbsd/openbsm/tools/audump.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/tools/audump.c#5 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/tools/audump.c#4 $
+ * $P4: //depot/projects/trustedbsd/openbsm/tools/audump.c#5 $
  */
 
 #include <bsm/libbsm.h>
@@ -41,7 +41,7 @@
 usage(void)
 {
 
-	fprintf(stderr, "usage: dump [class|class_r|control|event|event_r|"
+	fprintf(stderr, "usage: audump [class|class_r|control|event|event_r|"
 	    "user|user_r]\n");
 	exit(-1);
 }
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list