summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:41:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:41:37 +0000
commite59433da7a008e0af89be06db1d36046bb0e592b (patch)
tree9c338a615e07f68cf9cf8973602f7fa72af8249d
parent7bb37b29c6082c86a2a8b4af4ad6bc6a00793323 (diff)
- stevesk@cvs.openbsd.org 2001/08/21 21:47:42
[ssh.1 sshd.8] minor typos and cleanup
-rw-r--r--ChangeLog5
-rw-r--r--ssh.18
-rw-r--r--sshd.84
3 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b1a0f62..aaba9530 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
- stevesk@cvs.openbsd.org 2001/08/17 18:59:47
[servconf.h]
typo in comment
+ - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
+ [ssh.1 sshd.8]
+ minor typos and cleanup
20010815
- (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6333,4 +6336,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1487 2001/09/12 16:40:05 mouring Exp $
+$Id: ChangeLog,v 1.1488 2001/09/12 16:41:37 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index 7d1e089a..4c411b86 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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: ssh.1,v 1.128 2001/08/16 20:14:57 stevesk Exp $
+.\" $OpenBSD: ssh.1,v 1.129 2001/08/21 21:47:41 stevesk Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -1152,7 +1152,7 @@ Synonym for
.Ev USER ;
set for compatibility with systems that use this variable.
.It Ev MAIL
-Set to point the user's mailbox.
+Set to the path of the user's mailbox.
.It Ev PATH
Set to the default
.Ev PATH ,
@@ -1182,7 +1182,7 @@ may be necessary to redirect the input from
.Pa /dev/null
to make this work.)
.It Ev SSH_AUTH_SOCK
-indicates the path of a unix-domain socket used to communicate with the
+Identifies the path of a unix-domain socket used to communicate with the
agent.
.It Ev SSH_CLIENT
Identifies the client end of the connection.
@@ -1216,7 +1216,7 @@ to the environment.
.Sh FILES
.Bl -tag -width Ds
.It Pa $HOME/.ssh/known_hosts
-Records host keys for all hosts the user has logged into (that are not
+Records host keys for all hosts the user has logged into that are not
in
.Pa /etc/ssh_known_hosts .
See
diff --git a/sshd.8 b/sshd.8
index ab0a513a..e010e9b4 100644
--- 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.141 2001/08/16 20:14:57 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.142 2001/08/21 21:47:42 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -346,7 +346,7 @@ Specifies the file that contains the public keys that can be used
for user authentication.
.Cm AuthorizedKeysFile
may contain tokens of the form %T which are substituted during connection
-set-up. The following tokens are defined; %% is replaces by a literal '%',
+set-up. The following tokens are defined: %% is replaced by a literal '%',
%h is replaced by the home directory of the user being authenticated and
%u is replaced by the username of that user.
After expansion,