git: 3ef9e138dd8b - main - lock.1: align options + tag spdx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 21:00:01 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=3ef9e138dd8b70879ba91d84ac623baa0d4b6c91
commit 3ef9e138dd8b70879ba91d84ac623baa0d4b6c91
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-11-12 18:49:54 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-11-14 20:59:43 +0000
lock.1: align options + tag spdx
Reviewed by: imp, mhorne
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1522
---
usr.bin/lock/lock.1 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1
index 9041cd92b0d5..a221d1b33840 100644
--- a/usr.bin/lock/lock.1
+++ b/usr.bin/lock/lock.1
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-3-Clause
+.\"
.\" Copyright (c) 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -46,7 +49,7 @@ will timeout after some interval of time and it may be killed by someone
with the appropriate permission.
.Pp
The following options are available:
-.Bl -tag -width indent
+.Bl -tag -width "-t timeout"
.It Fl n
Do not use a timeout value.
Terminal will be locked forever.