summaryrefslogtreecommitdiff
path: root/bin/echo/echo.1
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-05-19 07:38:31 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-05-19 07:38:31 -0500
commitd50a3cfe49d6ab7aa1db8380dde1508cafe67b7d (patch)
tree3325d0c25f65e7dbc99b5a0dc0fcc5f0d269e32a /bin/echo/echo.1
parentd4262d57368f86161a4cf5175180039a806612a0 (diff)
downloaduserland-d50a3cfe49d6ab7aa1db8380dde1508cafe67b7d.tar.gz
userland-d50a3cfe49d6ab7aa1db8380dde1508cafe67b7d.tar.bz2
userland-d50a3cfe49d6ab7aa1db8380dde1508cafe67b7d.tar.xz
userland-d50a3cfe49d6ab7aa1db8380dde1508cafe67b7d.zip
bin/echo: build against libbsd, make strictly conformant
Diffstat (limited to 'bin/echo/echo.1')
-rw-r--r--bin/echo/echo.116
1 files changed, 2 insertions, 14 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index a7e374b..81156d5 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -40,8 +40,6 @@
.Nd write arguments to the standard output
.Sh SYNOPSIS
.Nm
-.Op Fl n
-.Op Ar string ...
.Sh DESCRIPTION
The
.Nm
@@ -50,22 +48,12 @@ characters and followed by a newline (``\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.
.El
.Sh EXIT STATUS
.Ex -std echo
.Sh SEE ALSO
.Xr printf 1
-.Sh STANDARDS
+.Sh CONFORMANCE
The
.Nm
-utility is expected to be
-.St -p1003.2
-compatible.
-.Sh HISTORY
-An
-.Nm
-utility appeared in
-.At v2 .
+utility is strictly conformant to POSIX.1-2017.