]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/06/11 16:04:38
authormouring <mouring>
Tue, 12 Jun 2001 00:23:12 +0000 (00:23 +0000)
committermouring <mouring>
Tue, 12 Jun 2001 00:23:12 +0000 (00:23 +0000)
     [sshd.8]
     typo; bdubreuil@crrel.usace.army.mil

ChangeLog
sshd.8

index 466c6cb35d146939747bb568725d1737aef7b945..f123aba23101638e411bf7bffd68f5f871344d70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
    - markus@cvs.openbsd.org 2001/06/11 10:18:24
      [session.c]
      reset pointer to NULL after xfree(); report from solar@openwall.com
+   - markus@cvs.openbsd.org 2001/06/11 16:04:38
+     [sshd.8]
+     typo; bdubreuil@crrel.usace.army.mil
 
 20010611
  - (bal) NeXT/MacOS X lack libgen.h and dirname().  Patch by Mark Miller 
diff --git a/sshd.8 b/sshd.8
index a66dac54e0986ece4809314ff58c2a569afebe7f..7ff4a4201cc378d5f38f711389226f395de054c3 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.125 2001/05/20 17:20:35 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.126 2001/06/11 16:04:38 markus Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -341,7 +341,7 @@ set-up. The following tokens are defined; %% is replaces by a literal '%',
 %u is replaced by the username of that user.
 After expansion,
 .Cm AuthorizedKeysFile
-is taken to be an absolute path or one realtive to the user's home
+is taken to be an absolute path or one relative to the user's home
 directory.
 The default is
 .Dq .ssh/authorized_keys
@@ -355,7 +355,7 @@ set-up. The following tokens are defined; %% is replaces by a literal '%',
 %u is replaced by the username of that user.
 After expansion,
 .Cm AuthorizedKeysFile2
-is taken to be an absolute path or one realtive to the user's home
+is taken to be an absolute path or one relative to the user's home
 directory.
 The default is
 .Dq .ssh/authorized_keys2
This page took 0.055416 seconds and 5 git commands to generate.