Bug 148534

Summary: [patch] iscontrol.8 missing option
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2010-07-13 02:00:14 UTC
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]
                       ^^^
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2010-07-13 05:30:56 UTC
State Changed
From-To: open->patched

Fixed in HEAD.  Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-13 05:33:09 UTC
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"
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2010-08-30 08:06:33 UTC
State Changed
From-To: patched->closed

Merged to RELENG_8.