diff options
author | 2015-01-16 16:01:46 +0000 | |
---|---|---|
committer | 2015-01-16 16:01:46 +0000 | |
commit | 917195b37326fb0e955169ec4a19241548bef12d (patch) | |
tree | 2029710ca3d2eebe7ee88ab4dc75c65f77edb1d0 | |
parent | move to <limits.h> where possible, annotate <sys/param.h> otherwise (diff) | |
download | wireguard-openbsd-917195b37326fb0e955169ec4a19241548bef12d.tar.xz wireguard-openbsd-917195b37326fb0e955169ec4a19241548bef12d.zip |
manage spacing in a simpler way, removing some useless macros mandoc warns about
-rw-r--r-- | usr.bin/login/login.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index a9ec5e5b8d4..4ec41468f09 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.30 2014/03/17 20:05:27 tedu Exp $ +.\" $OpenBSD: login.1,v 1.31 2015/01/16 16:01:46 schwarze Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 .\" -.Dd $Mdocdate: March 17 2014 $ +.Dd $Mdocdate: January 16 2015 $ .Dt LOGIN 1 .Os .Sh NAME @@ -58,9 +58,9 @@ external authentication mechanisms may be used (see To specify the alternate authentication mechanism .Va style , the string -.Li : Ns Va style +.Pf : Va style is appended to the user name (i.e., -.Ar user Ns Li : Ns Va style ) . +.Ar user : Ns Va style ) . .Pp The options are as follows: .Bl -tag -width Ds |