diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:07:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:07:17 +0000 |
commit | 4c7864a3ea23ac1684d142bb51670fdc27abe8cc (patch) | |
tree | ec4c75ae39fa359764a98e419ac5587d32f69c4f /libexec | |
parent | 0044c236c2a42c54691edb8497bce0fa8ce0a49e (diff) |
fix some dodgy displays;
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/login_reject/login_reject.8 | 9 |
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 |