diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-01-25 16:28:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-01-25 16:28:45 +0000 |
commit | bd4e15b65eed967f80c558d1da0cdda0085bc19a (patch) | |
tree | 9e0f9b4b3c8745d85bc43feb2b8b45d1047fdcbf /bin/echo | |
parent | 7f98183ce8efdc796c2162ea8c97215f065b50cc (diff) |
Put space back at the end of the line, it's required there.
Diffstat (limited to 'bin/echo')
-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 21df8f8d40d..afd5bc6da2b 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: echo.1,v 1.10 2001/12/21 11:41:49 mpech Exp $ +.\" $OpenBSD: echo.1,v 1.11 2002/01/25 16:28:44 aaron 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 |