From nobody@FreeBSD.org  Wed Jul 28 13:11:11 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD6031065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Jul 2010 13:11:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A31BA8FC21
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Jul 2010 13:11:11 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6SDBAjl003034
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Jul 2010 13:11:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6SDBAOm003033;
	Wed, 28 Jul 2010 13:11:10 GMT
	(envelope-from nobody)
Message-Id: <201007281311.o6SDBAOm003033@www.freebsd.org>
Date: Wed, 28 Jul 2010 13:11:10 GMT
From: Kolar <hsn@sendmail.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: hasctl manpage wrong
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149033
>Category:       docs
>Synopsis:       hastctl.8 manpage wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pjd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 13:20:01 UTC 2010
>Closed-Date:    Sat Jul 07 11:37:05 UTC 2012
>Last-Modified:  Sat Jul 07 11:37:05 UTC 2012
>Originator:     Kolar
>Release:        8.1
>Organization:
Z
>Environment:
>Description:
In EXAMPLES section in first example initialization sequence for nodeA is wrong.

instead of:

NodeB# hastctl create shared
NodeA# hastd
NodeA# hastctl role primary shared

it should read

NodeA# hastctl create shared
^^^^^^
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Thu Jul 29 06:54:36 UTC 2010 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149033 
State-Changed-From-To: open->patched 
State-Changed-By: pjd 
State-Changed-When: czw 29 lip 2010 20:16:05 UTC 
State-Changed-Why:  
Fix committed, thanks! 


Responsible-Changed-From-To: bcr->pjd 
Responsible-Changed-By: pjd 
Responsible-Changed-When: czw 29 lip 2010 20:16:05 UTC 
Responsible-Changed-Why:  
Steal this PR. I committed the fix before noticing that PR was already owned, 
sorry about that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149033 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149033: commit references a PR
Date: Thu, 29 Jul 2010 20:16:55 +0000 (UTC)

 Author: pjd
 Date: Thu Jul 29 20:16:12 2010
 New Revision: 210628
 URL: http://svn.freebsd.org/changeset/base/210628
 
 Log:
   Fix typo.
   
   PR:		docs/149033
   Submitted by:	Kolar <hsn@sendmail.cz>
   MFC after:	3 days
 
 Modified:
   head/sbin/hastctl/hastctl.8
 
 Modified: head/sbin/hastctl/hastctl.8
 ==============================================================================
 --- head/sbin/hastctl/hastctl.8	Thu Jul 29 20:02:56 2010	(r210627)
 +++ head/sbin/hastctl/hastctl.8	Thu Jul 29 20:16:12 2010	(r210628)
 @@ -178,7 +178,7 @@ nodeB# hastctl create shared
  nodeB# hastd
  nodeB# hastctl role secondary shared
  
 -nodeB# hastctl create shared
 +nodeA# hastctl create shared
  nodeA# hastd
  nodeA# hastctl role primary shared
  nodeA# newfs -U /dev/hast/shared
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149033: commit references a PR
Date: Thu, 23 Sep 2010 09:05:45 +0000 (UTC)

 Author: pjd
 Date: Thu Sep 23 09:05:40 2010
 New Revision: 213050
 URL: http://svn.freebsd.org/changeset/base/213050
 
 Log:
   MFC r208028,r210628,r210909,r210912,r211397:
   
   r208028:
   
   mdoc: move remaining sections into consistent order
   
   This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
   
   Found by:	mdocml lint run
   Reviewed by:	ru
   
   r210628:
   
   Fix typo.
   
   PR:		docs/149033
   Submitted by:	Kolar <hsn@sendmail.cz>
   
   r210909:
   
   Update the arguments to yy_config_parse() to match r210883.
   
   Choose the more conservative option ('yes' to exit on error) to match
   the equivalent code in hastd.
   
   r210912:
   
   Force commit to remind me about MFCing r210909.
   
   r211397:
   
   Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
   translating these manual pages.  Minor corrections by me.
   
   Submitted by:	Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
 
 Modified:
   stable/8/sbin/hastctl/hastctl.8
   stable/8/sbin/hastctl/hastctl.c
 Directory Properties:
   stable/8/sbin/hastctl/   (props changed)
 
 Modified: stable/8/sbin/hastctl/hastctl.8
 ==============================================================================
 --- stable/8/sbin/hastctl/hastctl.8	Thu Sep 23 09:02:10 2010	(r213049)
 +++ stable/8/sbin/hastctl/hastctl.8	Thu Sep 23 09:05:40 2010	(r213050)
 @@ -105,7 +105,7 @@ The default extent size is
  Maximum number of dirty extents to keep dirty all the time.
  Most recently used extents are kept dirty to reduce number of metadata
  updates.
 -The default numer of most recently used extents which will be kept
 +The default number of most recently used extents which will be kept
  dirty is
  .Va 64 .
  .It Fl m Ar mediasize
 @@ -153,6 +153,20 @@ Print debugging information.
  This option can be specified multiple times to raise the verbosity
  level.
  .El
 +.Sh FILES
 +.Bl -tag -width ".Pa /var/run/hastctl" -compact
 +.It Pa /etc/hast.conf
 +Configuration file for
 +.Nm
 +and
 +.Xr hastd 8 .
 +.It Pa /var/run/hastctl
 +Control socket used by
 +.Nm
 +to communicate with the
 +.Xr hastd 8
 +daemon.
 +.El
  .Sh EXIT STATUS
  Exit status is 0 on success, or one of the values described in
  .Xr sysexits 3
 @@ -164,7 +178,7 @@ nodeB# hastctl create shared
  nodeB# hastd
  nodeB# hastctl role secondary shared
  
 -nodeB# hastctl create shared
 +nodeA# hastctl create shared
  nodeA# hastd
  nodeA# hastctl role primary shared
  nodeA# newfs -U /dev/hast/shared
 @@ -185,20 +199,6 @@ nodeB# fsck -t ufs /dev/hast/shared
  nodeB# mount -o noatime /dev/hast/shared /shared
  nodeB# application_start
  .Ed
 -.Sh FILES
 -.Bl -tag -width ".Pa /var/run/hastctl" -compact
 -.It Pa /etc/hast.conf
 -Configuration file for
 -.Nm
 -and
 -.Xr hastd 8 .
 -.It Pa /var/run/hastctl
 -Control socket used by
 -.Nm
 -to communicate with the
 -.Xr hastd 8
 -daemon.
 -.El
  .Sh SEE ALSO
  .Xr sysexits 3 ,
  .Xr geom 4 ,
 
 Modified: stable/8/sbin/hastctl/hastctl.c
 ==============================================================================
 --- stable/8/sbin/hastctl/hastctl.c	Thu Sep 23 09:02:10 2010	(r213049)
 +++ stable/8/sbin/hastctl/hastctl.c	Thu Sep 23 09:05:40 2010	(r213050)
 @@ -432,7 +432,7 @@ main(int argc, char *argv[])
  
  	pjdlog_debug_set(debug);
  
 -	cfg = yy_config_parse(cfgpath);
 +	cfg = yy_config_parse(cfgpath, true);
  	assert(cfg != NULL);
  
  	switch (cmd) {
 _______________________________________________
 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 
State-Changed-By: gavin 
State-Changed-When: Sat Jul 7 11:36:42 UTC 2012 
State-Changed-Why:  
This was merged to stable/8 some time ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149033 
>Unformatted:
