The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=5f6d85cb1b53c99f0995a81a18fa9f9dc0e887bd
commit 5f6d85cb1b53c99f0995a81a18fa9f9dc0e887bd Author: Alexander Ziaee <[email protected]> AuthorDate: 2025-10-30 15:49:31 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2025-11-07 04:19:18 +0000 gshsec.8: Fix list alignment, tag spdx Approved by: re (cperciva) MFC after: 3 days (cherry picked from commit 05d48584607221922539bb6917c9c118236d78d5) (cherry picked from commit 6d6132d8ca280649b6471f7c1045752828e3ebe5) --- lib/geom/shsec/gshsec.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/geom/shsec/gshsec.8 b/lib/geom/shsec/gshsec.8 index d4477de3a71e..f80ab9384fe3 100644 --- a/lib/geom/shsec/gshsec.8 +++ b/lib/geom/shsec/gshsec.8 @@ -1,3 +1,6 @@ +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2005 Pawel Jakub Dawidek <[email protected]> .\" All rights reserved. .\" @@ -64,7 +67,7 @@ the rest of them. The first argument to .Nm indicates an action to be performed: -.Bl -tag -width ".Cm destroy" +.Bl -tag -width indent .It Cm label Set up a shared secret device from the given components with the specified .Ar name . @@ -92,7 +95,7 @@ See .El .Pp Additional options: -.Bl -tag -width ".Fl f" +.Bl -tag -width indent .It Fl f Force the removal of the specified shared secret device. .It Fl h
