summaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-11-09 17:53:37 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-11-09 17:53:37 +0000
commitfd80bd85aae74b486ef6875e2553afa55b9499e0 (patch)
tree745201ae517ef3469e3bafc20c5bb76de8b3bffa /bin/echo
parent06e3579118de0e275610c2060770fff7febe25c6 (diff)
Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/echo.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index e8e6e477f57..76adc8499e0 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: echo.1,v 1.8 1999/11/11 01:15:49 aaron Exp $
+.\" $OpenBSD: echo.1,v 1.9 2000/11/09 17:51:54 aaron Exp $
.\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -59,7 +59,7 @@ output.
When no operands are given, only the newline is written.
.Pp
The options are as follows:
-.Bl -tag -width flag
+.Bl -tag -width Ds
.It Fl n
Do not print the trailing newline character.
.El