summaryrefslogtreecommitdiff
path: root/usr.bin/lock
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 /usr.bin/lock
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 'usr.bin/lock')
-rw-r--r--usr.bin/lock/lock.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1
index 63145c38e65..69d60e0c114 100644
--- a/usr.bin/lock/lock.1
+++ b/usr.bin/lock/lock.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lock.1,v 1.9 2000/03/08 03:11:31 aaron Exp $
+.\" $OpenBSD: lock.1,v 1.10 2000/11/09 17:52:19 aaron Exp $
.\" $NetBSD: lock.1,v 1.4 1994/12/22 01:16:21 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -55,7 +55,7 @@ will timeout after some interval of time and it may be killed by someone
with the appropriate privileges.
.Pp
The options are as follows:
-.Bl -tag -width Fl
+.Bl -tag -width Ds
.It Fl n
Don't use a timeout value.
Terminal will be locked forever.