diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 23:15:39 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 23:15:39 +0000 |
commit | 5cbca6f215a52337972ce82ec925fd7bfa799e31 (patch) | |
tree | 43ad3185570719f82ac1af957fe416bef374101d | |
parent | fdabc8b57e9258176458e9a280783ff8286086eb (diff) |
Small nits from pjanzen.
-rw-r--r-- | libexec/rlogind/rlogind.8 | 4 | ||||
-rw-r--r-- | libexec/rshd/rshd.8 | 4 | ||||
-rw-r--r-- | usr.bin/rlogin/rlogin.1 | 4 | ||||
-rw-r--r-- | usr.bin/rsh/rsh.1 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 0a7c023d2bd..6f6f6d18f3c 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlogind.8,v 1.8 2001/06/23 22:14:31 hin Exp $ +.\" $OpenBSD: rlogind.8,v 1.9 2001/06/23 23:15:38 hin Exp $ .\" Copyright (c) 1983, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -169,5 +169,5 @@ of each client machine and the connecting medium. A more extensible protocol should be used. .Pp .Nm -does currently not support encryption of the datastream when Kerberos +does not currently support encryption of the datastream when Kerberos authentication is used. diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index f1856612326..d24bb9a4081 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rshd.8,v 1.11 2001/06/23 22:14:29 hin Exp $ +.\" $OpenBSD: rshd.8,v 1.12 2001/06/23 23:15:37 hin Exp $ .\" Copyright (c) 1983, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -225,7 +225,7 @@ or should be used instead. .Pp .Nm -does currently not support encryption of the datastream when Kerberos +does not currently support encryption of the datastream when Kerberos authentication is used. .Pp A more extensible protocol (such as diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index c569b35d6ae..d0963d125ed 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlogin.1,v 1.9 2001/06/23 22:14:30 hin Exp $ +.\" $OpenBSD: rlogin.1,v 1.10 2001/06/23 23:15:37 hin Exp $ .\" $NetBSD: rlogin.1,v 1.4 1995/08/18 15:07:35 pk Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -194,6 +194,6 @@ in the near future. More of the environment should be propagated. .Pp .Nm -does currently not support encryption of the datastream when Kerberos +does not currently support encryption of the datastream when Kerberos authentication is used. diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 6db16d75819..14e0207a634 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsh.1,v 1.9 2001/06/23 22:14:28 hin Exp $ +.\" $OpenBSD: rsh.1,v 1.10 2001/06/23 23:15:37 hin Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. @@ -178,5 +178,5 @@ process only; this is arguably wrong, but currently hard to fix for reasons too complicated to explain here. .Pp .Nm -does currently not support encryption of the datastream when Kerberos +does not currently support encryption of the datastream when Kerberos authentication is used. |