diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-05-07 20:39:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-05-07 20:39:39 +0000 |
commit | 08f5bd9d06ff6352e4b166568ad5aa1d10a3a5b7 (patch) | |
tree | 4244a08636c30bda2732e2005c9cfda8242e5692 /lib/libpam | |
parent | 132ea9f2ad8d5c91a34359c261668affa0ed394c (diff) | |
download | src-08f5bd9d06ff6352e4b166568ad5aa1d10a3a5b7.tar.gz src-08f5bd9d06ff6352e4b166568ad5aa1d10a3a5b7.zip |
Improve the legibility of the login.access.5 man page by separating
each argument into its own paragraph.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=347234
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/modules/pam_login_access/login.access.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_login_access/login.access.5 b/lib/libpam/modules/pam_login_access/login.access.5 index 034d8b7a1945..1cc8db212d50 100644 --- a/lib/libpam/modules/pam_login_access/login.access.5 +++ b/lib/libpam/modules/pam_login_access/login.access.5 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 13, 2006 +.Dd May 7, 2019 .Dt LOGIN.ACCESS 5 .Os .Sh NAME @@ -29,8 +29,10 @@ character: .Pp The first field should be a "+" (access granted) or "-" (access denied) character. +.Pp The second field should be a list of one or more login names, group names, or ALL (always matches). +.Pp The third field should be a list of one or more tty names (for non-networked logins), host names, domain names (begin with "."), host addresses, internet network numbers (end |