From 27952eea1cab2f31c1ab9b11a38929c62734a745 Mon Sep 17 00:00:00 2001 From: green Date: Sat, 24 Jul 1999 17:11:50 +0000 Subject: Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''"). Document the auth -n flag. --- usr.sbin/inetd/inetd.8 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 450e811..0e6d425 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.37 1999/07/23 15:37:39 green Exp $ +.\" $Id: inetd.8,v 1.38 1999/07/23 15:49:34 sheldonh Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 @@ -359,18 +359,24 @@ 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 Offer a real .Dq auth -service, as per RFC 1413. +service, as per RFC 1413. All the following flags apply only in this case. .It Fl f 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 n +If the file +.Pa .noident +exists in the home directory of the identified user, return +.Dq ERROR\ : HIDDEN-USER . +instead. .It Fl o Ar osname Use .Ar osname -- cgit v1.1