summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-10-16 15:17:38 +0000
committercharnier <charnier@FreeBSD.org>2002-10-16 15:17:38 +0000
commit7430b7c468478c620a3a51bfe134058dda3d0f3c (patch)
tree96f1abc2cfcc20736cea37b0caff2962d1f564a7 /usr.bin/login
parent397b9f8a22d3afeecd2fdf4b01125c730ca590de (diff)
downloadFreeBSD-src-7430b7c468478c620a3a51bfe134058dda3d0f3c.zip
FreeBSD-src-7430b7c468478c620a3a51bfe134058dda3d0f3c.tar.gz
Do not reuse flag name in its definition. Remove inadequate sentence.
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/login.114
-rw-r--r--usr.bin/login/login.access.56
2 files changed, 6 insertions, 14 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index 5160c73..af91ee4 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -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 .
diff --git a/usr.bin/login/login.access.5 b/usr.bin/login/login.access.5
index d5af0ee..400f906 100644
--- a/usr.bin/login/login.access.5
+++ b/usr.bin/login/login.access.5
@@ -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 ,
OpenPOWER on IntegriCloud