Do not reuse flag name in its definition. Remove inadequate sentence.

This commit is contained in:
charnier 2002-10-16 15:17:38 +00:00
parent 397b9f8a22
commit 7430b7c468
2 changed files with 6 additions and 14 deletions

View File

@ -54,20 +54,16 @@ of the user fails,
prompts for a user name.
Authentication of users is done via passwords.
.Pp
The options are as follows:
.Bl -tag -width Ds
The following options are available:
.Bl -tag -width indent
.It Fl f
The
.Fl f
option is used when a user name is specified to indicate that proper
When a user name is specified, this option indicates that proper
authentication has already been done and that no password need be
requested.
This option may only be used by the super-user or when an already
logged in user is logging in as themselves.
.It Fl h
The
.Fl h
option specifies the host from which the connection was received.
Specify the host from which the connection was received.
It is used by various daemons such as
.Xr telnetd 8 .
This option may only be used by the super-user.
@ -101,7 +97,7 @@ Immediately after logging a user in,
displays the system copyright notice, the date and time the user last
logged in, the message of the day as well as other information.
If the file
.Dq Pa .hushlogin
.Pa .hushlogin
exists in the user's home directory, all of these messages are suppressed.
This is to simplify logins for non-human users, such as
.Xr uucp 1 .

View File

@ -1,7 +1,6 @@
.\"
.\" $FreeBSD$
.\"
.\" this is comment
.Dd April 30, 1994
.Dt LOGIN.ACCESS 5
.Os
@ -44,10 +43,7 @@ listed: the program does not look at a user's primary group id value.
.Sh FILES
.Bl -tag -width /etc/login.access -compact
.It Pa /etc/login.access
The
.Nm
file resides in
.Pa /etc .
login access control table
.El
.Sh SEE ALSO
.Xr login 1 ,