Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 19:46:46 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10161 for review
Message-ID:  <200204230246.g3N2kkE19236@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10161

Change 10161 by rwatson@rwatson_curry on 2002/04/22 19:45:56

	Clean up usage() for ugidfw.

Affected files ...

... //depot/projects/trustedbsd/mac/usr.sbin/ugidfw/ugidfw.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.sbin/ugidfw/ugidfw.c#3 (text+ko) ====

@@ -60,8 +60,9 @@
 {
 
 	fprintf(stderr, "ugidfw list\n");
-	fprintf(stderr, "ugidfw set [rulenum] ruletext]\n");
-	fprintf(stderr, "ugidfs remove [rulenum]\n");
+	fprintf(stderr, "ugidfw set rulenum [subject [not] [uid uid] [gid gid]]"
+	    " [object [not] [uid uid] [gid gid]] mode arswxn\n");
+	fprintf(stderr, "ugidfw remove rulenum\n");
 	exit (-1);
 }
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204230246.g3N2kkE19236>