summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-11-09 17:51:53 +0000
committeraaron <aaron@openbsd.org>2000-11-09 17:51:53 +0000
commitf1ba34738ebc1a82d794cae9e4cafd33ef7a145a (patch)
treee0fa55adfc3d3ff62876d5159c8246f320d83d76 /usr.bin/paste
parentnew timeouts (diff)
downloadwireguard-openbsd-f1ba34738ebc1a82d794cae9e4cafd33ef7a145a.tar.xz
wireguard-openbsd-f1ba34738ebc1a82d794cae9e4cafd33ef7a145a.zip
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 'usr.bin/paste')
-rw-r--r--usr.bin/paste/paste.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 9dbb9492db4..825fd969322 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: paste.1,v 1.5 2000/03/10 20:17:49 aaron Exp $
+.\" $OpenBSD: paste.1,v 1.6 2000/11/09 17:52:29 aaron Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -59,7 +59,7 @@ still contain data, the file is treated as if it were an endless source
of empty lines.
.Pp
The options are as follows:
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Fl d Ar list
Use one or more of the provided characters to replace the newline
characters instead of the default tab.