summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-14 23:14:25 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-14 23:14:25 +0000
commit23124eab3b0ea3a1b84a378144122277682b70e8 (patch)
treefc1b5b80ac860216e9e6253e3c6278fdb3db7afb
parentb09f6b5b027e79692b9a4eb18c905cf49feda610 (diff)
- markus@cvs.openbsd.org 2001/09/14
[sshd.c] typo
-rw-r--r--ChangeLog5
-rw-r--r--sshd.84
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ba9660889..b59c5d865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
6 - markus@cvs.openbsd.org 2001/09/14 6 - markus@cvs.openbsd.org 2001/09/14
7 [session.c] 7 [session.c]
8 command=xxx overwrites subsystems, too 8 command=xxx overwrites subsystems, too
9 - markus@cvs.openbsd.org 2001/09/14
10 [sshd.c]
11 typo
9 12
1020010913 1320010913
11 - (bal) OpenBSD CVS Sync 14 - (bal) OpenBSD CVS Sync
@@ -6425,4 +6428,4 @@
6425 - Wrote replacements for strlcpy and mkdtemp 6428 - Wrote replacements for strlcpy and mkdtemp
6426 - Released 1.0pre1 6429 - Released 1.0pre1
6427 6430
6428$Id: ChangeLog,v 1.1513 2001/09/14 23:12:07 mouring Exp $ 6431$Id: ChangeLog,v 1.1514 2001/09/14 23:14:25 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 35aa362cf..00c9bdfb4 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.147 2001/09/05 06:23:07 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.148 2001/09/14 18:56:04 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -996,7 +996,7 @@ just the key).
996Specifies that the command is executed whenever this key is used for 996Specifies that the command is executed whenever this key is used for
997authentication. 997authentication.
998The command supplied by the user (if any) is ignored. 998The command supplied by the user (if any) is ignored.
999The command is run on a pty if the connection requests a pty; 999The command is run on a pty if the client requests a pty;
1000otherwise it is run without a tty. 1000otherwise it is run without a tty.
1001If a 8-bit clean channel is required, 1001If a 8-bit clean channel is required,
1002one must not request a pty or should specify 1002one must not request a pty or should specify