summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-07-23 15:37:39 +0000
committergreen <green@FreeBSD.org>1999-07-23 15:37:39 +0000
commitff61074fae7e75af379ac162efcd58a3dd3c9f54 (patch)
tree43edc6c049937b8802831a37261311b42bcc1fd4 /usr.sbin/inetd
parent4a143d85513861a34558d3fc91f663b720a75bfe (diff)
downloadFreeBSD-src-ff61074fae7e75af379ac162efcd58a3dd3c9f54.zip
FreeBSD-src-ff61074fae7e75af379ac162efcd58a3dd3c9f54.tar.gz
As per DES's prodding, document _all_ the arguments to inetd's auth
service. This includes the -o "operating system" argument and the -t "timeout" argument.
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.810
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 1cae83d..54578b6 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.35 1999/07/11 08:32:24 green Exp $
+.\" $Id: inetd.8,v 1.36 1999/07/16 15:41:14 sheldonh Exp $
.\"
.Dd February 7, 1996
.Dt INETD 8
@@ -359,7 +359,7 @@ should take the place of this entry.
Currently, the only internal service to take arguments is
.Dq auth .
Without options, the service will always return
-.Dq ERROR:HIDDEN-USER .
+.Dq ERROR : HIDDEN-USER .
The available arguments to this service that alter its behaviour are:
.Bl -tag -width indent
.It Fl r
@@ -371,6 +371,12 @@ 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.
.El
.Pp
The
OpenPOWER on IntegriCloud