| Summary: | [patch] iscontrol.8 missing option | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->patched Fixed in HEAD. Thanks! Author: maxim Date: Tue Jul 13 04:30:50 2010 New Revision: 209972 URL: http://svn.freebsd.org/changeset/base/209972 Log: o Restore missed flag in the synopsis. PR: docs/148534 Submitted by: Warren Block MFC after: 1 week Modified: head/sbin/iscontrol/iscontrol.8 Modified: head/sbin/iscontrol/iscontrol.8 ============================================================================== --- head/sbin/iscontrol/iscontrol.8 Tue Jul 13 04:13:31 2010 (r209971) +++ head/sbin/iscontrol/iscontrol.8 Tue Jul 13 04:30:50 2010 (r209972) @@ -34,7 +34,7 @@ .Nm .Op Fl vd .Oo -.Op Fl Ar file +.Op Fl c Ar file .Op Fl n Ar nickname .Oc .Op Fl t Ar target _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed Merged to RELENG_8. |
iscontrol(8) man page is missing the -c option letter. Fix: Apply patch: --- sbin/iscontrol/iscontrol.8.orig 2010-07-12 18:22:34.000000000 -0600 +++ sbin/iscontrol/iscontrol.8 2010-07-12 18:22:58.000000000 -0600 @@ -34,7 +34,7 @@ .Nm .Op Fl vd .Oo -.Op Fl Ar file +.Op Fl c Ar file .Op Fl n Ar nickname .Oc .Op Fl t Ar target Patch attached with submission follows: How-To-Repeat: man 8 iscontrol NAME iscontrol login/negotiator/control for an iSCSI initiator session SYNOPSIS iscontrol [-vd] [[-file] [-n nickname]] [-t target] [variable=value] ^^^