aboutsummaryrefslogtreecommitdiff
path: root/lib/libugidfw/ugidfw.c
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-04-23 02:20:35 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-04-23 02:20:35 +0000
commit0a5660df88347961063dfcef88f0712b672661c7 (patch)
tree13dd64e0062d7e4742975aa25682d28af0bf5bdc /lib/libugidfw/ugidfw.c
parent3466f35a779de4a356f71e708ba2183149dffb6b (diff)
downloadsrc-0a5660df88347961063dfcef88f0712b672661c7.tar.gz
src-0a5660df88347961063dfcef88f0712b672661c7.zip
Notes
Diffstat (limited to 'lib/libugidfw/ugidfw.c')
-rw-r--r--lib/libugidfw/ugidfw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libugidfw/ugidfw.c b/lib/libugidfw/ugidfw.c
index c1f0516f4442..1f46e50e2e48 100644
--- a/lib/libugidfw/ugidfw.c
+++ b/lib/libugidfw/ugidfw.c
@@ -46,7 +46,7 @@
#include "ugidfw.h"
/*
- * Text format for rules: rules contain subjectand object elements, mode.
+ * Text format for rules: rules contain subject and object elements, mode.
* Each element takes the form "[not] [uid number] [gid number]".
* The total form is "subject [element] object [element] mode [mode]".
* At least * one of a uid or gid entry must be present; both may also be
@@ -281,7 +281,7 @@ bsde_parse_identity(int argc, char *argv[],
gid_seen = 0;
gid = 0;
- /* First phrase: uid [uid] or gid[gid]. */
+ /* First phrase: uid [uid] or gid [gid]. */
if (strcmp("uid", argv[current]) == 0) {
if (current + 2 > argc) {
len = snprintf(errstr, buflen, "uid short");