summaryrefslogtreecommitdiffstats
path: root/libexec/login_reject
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-06 20:07:15 +0000
committerjmc <jmc@openbsd.org>2007-02-06 20:07:15 +0000
commitb5ceb44472b6f202bb31de9da6b2c0fdb4575a95 (patch)
tree86c4b1d3316f04da106ce5e87c275b51f941c967 /libexec/login_reject
parentUpdate to tzcode2007a. This adds support for 64bit time_t in case (diff)
downloadwireguard-openbsd-b5ceb44472b6f202bb31de9da6b2c0fdb4575a95.tar.xz
wireguard-openbsd-b5ceb44472b6f202bb31de9da6b2c0fdb4575a95.zip
fix some dodgy displays;
Diffstat (limited to 'libexec/login_reject')
-rw-r--r--libexec/login_reject/login_reject.89
1 files changed, 4 insertions, 5 deletions
diff --git a/libexec/login_reject/login_reject.8 b/libexec/login_reject/login_reject.8
index 526acaba94f..6ef52cceee4 100644
--- a/libexec/login_reject/login_reject.8
+++ b/libexec/login_reject/login_reject.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_reject.8,v 1.4 2002/03/13 22:34:06 marc Exp $
+.\" $OpenBSD: login_reject.8,v 1.5 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -60,10 +60,9 @@ types of logins.
For example, a class entry (see
.Xr login.conf 5 )
may contain:
-.Pp
-.Bd -literal -compact
- :auth=krb-or-pwd,kerberos,passwd:
- :auth-ftp=reject:
+.Bd -literal -offset indent
+:auth=krb-or-pwd,kerberos,passwd:
+:auth-ftp=reject:
.Ed
.Pp
which would allow authentication for this class in most situations