diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 13:04:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 13:04:27 +0000 |
commit | aed43a904a4ac0a52ea55759de75335d2c527986 (patch) | |
tree | 5da1b01dc021d8102442de5d23905b17748661b1 /bin/echo/echo.1 | |
parent | 60429c29a502f6bb13c7bbcd6cab030fbe19e2e0 (diff) |
escaped whitespace at EOL using "\ \&" so as not to confuse groff.
Diffstat (limited to 'bin/echo/echo.1')
-rw-r--r-- | bin/echo/echo.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index afd5bc6da2b..630d4db6039 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: echo.1,v 1.11 2002/01/25 16:28:44 aaron Exp $ +.\" $OpenBSD: echo.1,v 1.12 2003/05/29 13:04:26 jmc Exp $ .\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -51,7 +51,7 @@ The .Nm utility writes any specified operands, separated by single blank -.Pq Sq \ +.Pq Sq \ \& characters and followed by a newline .Pq Sq \en character, to the standard |