mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add references to cam(4) and xpt(4).
Delete references to cam(9) and xpt(9) which do not exist. Delete statement in BUGS that cam(9) and xpt(9) will be added soon. PR: 14567 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Approved by: ken
This commit is contained in:
parent
63799a5261
commit
c0bdb22b84
1 changed files with 2 additions and 5 deletions
|
|
@ -640,9 +640,9 @@ waits a few minutes and then returns it.
|
|||
.Sh SEE ALSO
|
||||
.Xr cam 3 ,
|
||||
.Xr cam_cdbparse 3 ,
|
||||
.Xr cam 4 ,
|
||||
.Xr pass 4 ,
|
||||
.Xr cam 9 ,
|
||||
.Xr xpt 9
|
||||
.Xr xpt 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm camcontrol
|
||||
|
|
@ -663,9 +663,6 @@ in
|
|||
.Sh AUTHORS
|
||||
.An Kenneth Merry Aq ken@FreeBSD.org
|
||||
.Sh BUGS
|
||||
Most of the man page cross references don't exist yet. This will be fixed
|
||||
soon.
|
||||
.Pp
|
||||
The code that parses the generic command line arguments doesn't know that
|
||||
some of the subcommands take multiple arguments. So if, for instance, you
|
||||
tried something like this:
|
||||
|
|
|
|||
Loading…
Reference in a new issue