Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Mar 2024 17:49:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 276554] [patch] nvmecontrol(8) has wrong pi-switch in format synopsis
Message-ID:  <bug-276554-9-M5bR5FsOog@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276554-9@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276554

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=ee0ffe0e3e366d3fc919bc4320e5514a44852a76

commit ee0ffe0e3e366d3fc919bc4320e5514a44852a76
Author:     Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2024-02-28 08:26:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-03 17:48:51 +0000

    nvmecontrol.8: Fix the SYNOPSIS section

    The manpage of nvmecontrol(8) has the following SYNOPSIS:

    nvmecontrol format [-f fmt] [-m mset] [-o pi] [-l pil] [-E]
    [-C] <device-id | namespace-id>

    The correct switch for the pi option is -p according
    to sbin/nvmecontrol/format.c:

    OPT("pi", 'p', arg_uint32, opt, pi, "Protective information")

    So correct the SYNOPSIS section accordingly.

    PR:     276554
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D44099

    (cherry picked from commit 77f6c0ce92888d047d91e87b931242403764902b)

 sbin/nvmecontrol/nvmecontrol.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276554-9-M5bR5FsOog>