mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Insert missing macro, and while I'm here change the inconsistent
"page_ctl" and "pagectl" to "pgctl" to reflect ``camcontrol --help''. PR: docs/8781 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
This commit is contained in:
parent
c711c51d19
commit
1ac2383cb3
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: camcontrol.8,v 1.6 1998/10/03 19:15:53 ken Exp $
|
||||
.\" $Id: camcontrol.8,v 1.7 1998/10/06 00:32:58 ken Exp $
|
||||
.\"
|
||||
.Dd September 14, 1998
|
||||
.Dt CAMCONTROL 8
|
||||
|
|
@ -76,7 +76,7 @@ defects
|
|||
modepage
|
||||
.Op generic args
|
||||
.Aq Fl m Ar page
|
||||
.Op Fl P Ar pagectl
|
||||
.Op Fl P Ar pgctl
|
||||
.Op Fl e
|
||||
.Op Fl d
|
||||
.Nm camcontrol
|
||||
|
|
@ -237,7 +237,7 @@ This flag allows the user to edit values in the mode page.
|
|||
.It Fl m Ar mode_page
|
||||
This specifies the number of the mode page the user would like to view
|
||||
and/or edit. This argument is mandatory.
|
||||
.It Fl P page_ctl
|
||||
.It Fl P Ar pgctl
|
||||
This allows the user to specify the page control field. Possible values are:
|
||||
.Bl -tag -width xxx -compact
|
||||
.It 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue