diff options
author | 2013-07-16 14:09:38 +0000 | |
---|---|---|
committer | 2013-07-16 14:09:38 +0000 | |
commit | a6f8f73e7f046d72a4df5ca776859d66e61f4b28 (patch) | |
tree | 85b4a28a655c5ee4ac17031860b4b5d4dcef2a25 | |
parent | Disable SSL compression in order to mitigate CRIME attacks. Add (diff) | |
download | wireguard-openbsd-a6f8f73e7f046d72a4df5ca776859d66e61f4b28.tar.xz wireguard-openbsd-a6f8f73e7f046d72a4df5ca776859d66e61f4b28.zip |
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>
-rw-r--r-- | libexec/login_token/login_token.8 | 6 | ||||
-rw-r--r-- | libexec/rpc.yppasswdd/rpc.yppasswdd.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libexec/login_token/login_token.8 b/libexec/login_token/login_token.8 index 6bf44671ab0..a249deeb323 100644 --- a/libexec/login_token/login_token.8 +++ b/libexec/login_token/login_token.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_token.8,v 1.12 2012/02/01 17:32:59 sobrado Exp $ +.\" $OpenBSD: login_token.8,v 1.13 2013/07/16 14:09:38 schwarze Exp $ .\" .\" Copyright (c) 1995 Migration Associates Corporation. All rights reserved. .\" @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 1 2012 $ +.Dd $Mdocdate: July 16 2013 $ .Dt LOGIN_TOKEN 8 .Os .Sh NAME @@ -100,4 +100,4 @@ with the LOG_AUTH facility. .Xr tokenadm 8 , .Xr tokeninit 8 .Sh AUTHORS -.An Jack Flory Aq jpf@mig.com +.An Jack Flory Aq Mt jpf@mig.com diff --git a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 index 621bf641b09..cf44759a5c7 100644 --- a/libexec/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/libexec/rpc.yppasswdd/rpc.yppasswdd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.yppasswdd.8,v 1.22 2008/10/22 20:31:20 jmc Exp $ +.\" $OpenBSD: rpc.yppasswdd.8,v 1.23 2013/07/16 14:09:38 schwarze Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: October 22 2008 $ +.Dd $Mdocdate: July 16 2013 $ .Dt RPC.YPPASSWDD 8 .Os .Sh NAME @@ -91,4 +91,4 @@ Don't allow changes of the shell field in the passwd file. .Xr yp 8 , .Xr ypbind 8 .Sh AUTHORS -.An Mats O Jansson Aq moj@stacken.kth.se +.An Mats O Jansson Aq Mt moj@stacken.kth.se |