diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /bin/echo | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'bin/echo')
-rw-r--r-- | bin/echo/echo.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index a5a1674..d427529 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -44,19 +44,24 @@ .Sh SYNOPSIS .Nm .Op Fl n -.Op "string ..." +.Op Ar string ... .Sh DESCRIPTION The .Nm -utility writes any specified operands, separated by single blank (`` '') -characters and followed by a newline (``\en'') character, to the standard +utility writes any specified operands, separated by single blank +.Pq Ql "\ " +characters and followed by a newline +.Pq Ql \en +character, to the standard output. .Pp The following option is available: .Bl -tag -width flag .It Fl n Do not print the trailing newline character. This may also be -achieved by appending `\ec' to the end of the string, as is done +achieved by appending +.Ql \ec +to the end of the string, as is done by iBCS2 compatible systems. .El .Pp |