Sync comment with actual configuration format.

This commit is contained in:
Xin LI 2009-02-13 22:48:05 +00:00
parent c7a8a2fa92
commit 882284ccd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188602

View File

@ -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
*