Author: delphij
Date: Fri Feb 13 22:48:05 2009
New Revision: 188602
URL: http://svn.freebsd.org/changeset/base/188602

Log:
  Sync comment with actual configuration format.

Modified:
  head/usr.sbin/inetd/inetd.c

Modified: head/usr.sbin/inetd/inetd.c
==============================================================================
--- head/usr.sbin/inetd/inetd.c Fri Feb 13 21:45:19 2009        (r188601)
+++ head/usr.sbin/inetd/inetd.c Fri Feb 13 22:48:05 2009        (r188602)
@@ -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
  *
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to