diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-05-08 17:47:28 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-05-08 17:47:28 +0000 |
| commit | 005fd5b64b04ffdb158c5e22de77924c74271f33 (patch) | |
| tree | e1c21e09dcf49beabe779507a96ab62eb8076a4b | |
| parent | 55566e93bb84736d3a7bdab7c0c7b8c8369c6d57 (diff) | |
Notes
| -rw-r--r-- | bin/echo/echo.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index 694c57308b1f..e498af704c21 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -58,11 +58,20 @@ output. 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 +Do not print the trailing newline character. +This may also be achieved by appending .Ql \ec to the end of the string, as is done by iBCS2 compatible systems. +Note that this option as well as the effect of +.Ql \ec +are implementation-defined in +.St -p1003.1-2001 +as amended by Cor. 1-2002. +Applications aiming for maximum +portability are strongly encouraged to use +.Xr printf 1 +to suppress the newline character. .El .Pp Some shells may provide a builtin |
