aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-02-13 22:48:05 +0000
committerXin LI <delphij@FreeBSD.org>2009-02-13 22:48:05 +0000
commit882284ccd1b02f9d06476898bc3763a0ede29831 (patch)
tree3e67117fea16d0b6149f528ec5ec45758df2b072 /usr.sbin/inetd
parentc7a8a2fa922bc6ea01cea6411ab8befe4ccae0ad (diff)
downloadsrc-882284ccd1b02f9d06476898bc3763a0ede29831.tar.gz
src-882284ccd1b02f9d06476898bc3763a0ede29831.zip
Sync comment with actual configuration format.
Notes
Notes: svn path=/head/; revision=188602
Diffstat (limited to 'usr.sbin/inetd')
-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 56791b22bd1a..6bcbac61badc 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
*