summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-07-23 15:49:34 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-07-23 15:49:34 +0000
commit6a0edb4a0011290a337443991df5d81e8ee38c14 (patch)
treebe78eda8b4b078854cda609bb0495b301a588e2c /usr.sbin/inetd
parent0341c2834a1eb290cf90d5b3013397f833512f15 (diff)
downloadFreeBSD-src-6a0edb4a0011290a337443991df5d81e8ee38c14.zip
FreeBSD-src-6a0edb4a0011290a337443991df5d81e8ee38c14.tar.gz
Document the -o and -t options to the internal auth service and give an
example of their usage in the sample config. Merge the two examples for the green internal auth service. This commit failed the first time around because Brian beat me to the punch on inetd.8 . I like my descriptions better and I'm pretty sure Brian won't mind.
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.816
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 54578b6..450e811 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
-.\" $Id: inetd.8,v 1.36 1999/07/16 15:41:14 sheldonh Exp $
+.\" $Id: inetd.8,v 1.37 1999/07/23 15:37:39 green Exp $
.\"
.Dd February 7, 1996
.Dt INETD 8
@@ -371,12 +371,14 @@ If the file
.Pa .fakeid
exists in the home directory of the identified user, report the username
found in that file instead of the real username.
-.It Fl o Ar name
-Specify the operating system to be reported. It defaults to that returned by
-.Fn uname .
-.It Fl t Ar timeout
-Change the timeout from the default 10 seconds to a time specified in
-"sec" or "sec.usec" formats.
+.It Fl o Ar osname
+Use
+.Ar osname
+instead of the name of the system implementation
+returned by
+.Xr uname 3 .
+.It Fl t Ar sec[.usec]
+Specify a timeout for the service. The default timeout is 10.0 seconds.
.El
.Pp
The
OpenPOWER on IntegriCloud