summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-02-13 22:48:05 +0000
committerdelphij <delphij@FreeBSD.org>2009-02-13 22:48:05 +0000
commit17086da40216ad1f5c3a5e0fcc77629f9b1c15ed (patch)
tree3e67117fea16d0b6149f528ec5ec45758df2b072
parentb0881f5ec686c97bd12a3d8cb9875a7ab7875d51 (diff)
downloadFreeBSD-src-17086da40216ad1f5c3a5e0fcc77629f9b1c15ed.zip
FreeBSD-src-17086da40216ad1f5c3a5e0fcc77629f9b1c15ed.tar.gz
Sync comment with actual configuration format.
-rw-r--r--usr.sbin/inetd/inetd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index 56791b2..6bcbac6 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -71,7 +71,7 @@ __FBSDID("$FreeBSD$");
* socket type stream/dgram/raw/rdm/seqpacket
* protocol tcp[4][6][/faith], udp[4][6], unix
* wait/nowait single-threaded/multi-threaded
- * user user to run daemon as
+ * user[:group][/login-class] user/group/login-class to run daemon as
* server program full path name
* server program arguments maximum of MAXARGS (20)
*
@@ -95,7 +95,7 @@ __FBSDID("$FreeBSD$");
* socket type stream/dgram/raw/rdm/seqpacket
* protocol rpc/tcp[4][6], rpc/udp[4][6]
* wait/nowait single-threaded/multi-threaded
- * user user to run daemon as
+ * user[:group][/login-class] user/group/login-class to run daemon as
* server program full path name
* server program arguments maximum of MAXARGS
*
OpenPOWER on IntegriCloud