From ff61074fae7e75af379ac162efcd58a3dd3c9f54 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 23 Jul 1999 15:37:39 +0000 Subject: 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. --- usr.sbin/inetd/inetd.8 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'usr.sbin/inetd') 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 -- cgit v1.1