diff options
| author | uwe <uwe@NetBSD.org> | 2023-02-15 10:31:52 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2023-02-15 10:31:52 +0000 |
| commit | a4ada449c4f9fcc9093f9b631252e56b8f48b5ec (patch) | |
| tree | 4187371dc83213f766a4e4e7653769d154188dc8 | |
| parent | 4735c700132ed914067de405a1a913afb2b92d51 (diff) | |
shutdown(8): fix -width cargo cult
| -rw-r--r-- | sbin/shutdown/shutdown.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index e6dfe52a461..ad9f5939d00 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: shutdown.8,v 1.36 2023/02/15 01:55:16 jschauma Exp $ +.\" $NetBSD: shutdown.8,v 1.37 2023/02/15 10:31:52 uwe Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ saving them from system administrators, hackers, and gurus, who would otherwise not bother with such niceties. .Pp Available friendlinesses: -.Bl -tag -width b_bootstr_ +.Bl -tag -width Fl .It Fl b Ar bootstr The given .Ar bootstr |
