From 0502727eb1c497b2255c1380a1189acee5819c85 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 6 Jan 2006 03:48:34 +0000 Subject: [PATCH] - jmc@cvs.openbsd.org 2006/01/03 16:35:30 [ssh.1] use a larger width for the ENVIRONMENT list; --- ChangeLog | 3 +++ ssh.1 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d264368..525e05f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ this avoids nastly line wrap when we have long pathnames, and treats each file as a separate item; remove the .Pa too, since it is useless. + - jmc@cvs.openbsd.org 2006/01/03 16:35:30 + [ssh.1] + use a larger width for the ENVIRONMENT list; 20060103 - (djm) [channels.c] clean up harmless merge error, from reyk@ diff --git a/ssh.1 b/ssh.1 index e6204027..bf6e7cb4 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.236 2006/01/03 16:31:10 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.237 2006/01/03 16:35:30 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -956,7 +956,7 @@ electronic purse; another is going through firewalls. .Sh ENVIRONMENT .Nm will normally set the following environment variables: -.Bl -tag -width LOGNAME +.Bl -tag -width "SSH_ORIGINAL_COMMAND" .It Ev DISPLAY The .Ev DISPLAY -- 2.45.2