From mellon@happy.checkpoint.com  Tue May 16 01:44:02 2000
Return-Path: <mellon@happy.checkpoint.com>
Received: from happy.checkpoint.com (happy.checkpoint.com [199.203.156.41])
	by hub.freebsd.org (Postfix) with ESMTP id 32D1237B831
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 May 2000 01:43:54 -0700 (PDT)
	(envelope-from mellon@happy.checkpoint.com)
Received: (from mellon@localhost)
	by happy.checkpoint.com (8.9.3/8.9.3) id LAA02608;
	Tue, 16 May 2000 11:44:35 GMT
	(envelope-from mellon)
Message-Id: <200005161144.LAA02608@happy.checkpoint.com>
Date: Tue, 16 May 2000 11:44:35 GMT
From: mellon@pobox.com
Sender: mellon@happy.checkpoint.com
Reply-To: mellon@pobox.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: a number of manpage fixes for VFS manpages.
X-Send-Pr-Version: 3.2

>Number:         18590
>Category:       docs
>Synopsis:       a number of manpage fixes for VFS manpages.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 16 01:50:00 PDT 2000
>Closed-Date:    Sun Jun 4 08:31:19 PDT 2000
>Last-Modified:  Tue Jul 23 20:40:01 UTC 2013
>Originator:     Anatoly Vorobey
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

5.0-CURRENT

>Description:

Two fixes for VFS_CHECKEXP, one a typo, one fixes the
erroneous description of what it actually does.

One fix for VFS_FHTOVP, unrelated to the previous PR. Currently
VFS_FHTOVP claims it should be followed by a VFS_CHECKEXP call,
and VFS_CHECKEXP call claims it should be followed by a VFS_FHTOVP
call, which creates an amusing deadlock situation ;) In reality,
as both common sense and nfs_subs.c demonstrate, VFS_CHECKEXP is
correct. 

>How-To-Repeat:



>Fix:

Index: VFS_CHECKEXP.9
===================================================================
RCS file: /freebsd/cvs/src/share/man/man9/VFS_CHECKEXP.9,v
retrieving revision 1.2
diff -u -r1.2 VFS_CHECKEXP.9
--- VFS_CHECKEXP.9	1999/09/11 21:00:03	1.2
+++ VFS_CHECKEXP.9	2000/05/16 11:38:47
@@ -29,7 +29,7 @@
 .Dt VFS_CHECKEXP 9
 .Sh NAME
 .Nm VFS_CHECKEXP
-.Nd check if vnode is exported to a client
+.Nd check if a filesystem is exported to a client
 .Sh SYNOPSIS
 .Fd #include <sys/param.h>
 .Fd #include <sys/mount.h>
@@ -52,7 +52,7 @@
 .El
 .Pp
 This should be called on a file system's mount structure to determine if it 
-is exported to a client whos address is contained in 
+is exported to a client whose address is contained in 
 .Fa nam .
 .Pp
 It is generally called before
Index: VFS_FHTOVP.9
===================================================================
RCS file: /freebsd/cvs/src/share/man/man9/VFS_FHTOVP.9,v
retrieving revision 1.6
diff -u -r1.6 VFS_FHTOVP.9
--- VFS_FHTOVP.9	1999/09/11 00:57:20	1.6
+++ VFS_FHTOVP.9	2000/05/16 11:39:55
@@ -61,7 +61,7 @@
 filesystem stores the inode number and inode generation counter in its
 filehandle.
 .Pp
-A call to this function should generally be followed by a call to 
+A call to this function should generally be preceded by a call to 
 .Xr VFS_CHECKEXP 9
 to check if the file is accessable to the client
 .Pp

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asmodai 
State-Changed-When: Sun Jun 4 08:31:19 PDT 2000 
State-Changed-Why:  
Committed. 

Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/18590: commit references a PR
Date: Tue, 23 Jul 2013 20:35:20 +0000 (UTC)

 Author: pawel
 Date: Tue Jul 23 20:35:11 2013
 New Revision: 323548
 URL: http://svnweb.freebsd.org/changeset/ports/323548
 
 Log:
   Cyrus2Dovecot is a full-featured command line tool for converting the
   e-mails of one or more users from Cyrus format to Dovecot Maildir++ folders.
   It allows for performing a server transition which is fully transparent to
   both POP and IMAP users.
   
   WWW: http://www.cyrus2dovecot.sw.fu-berlin.de/
   
   PR:		ports/18590
   Submitted by:	Vladimir Kondratiev <wulf@mail.mipt.ru>
 
 Added:
   head/mail/cyrus2dovecot/
   head/mail/cyrus2dovecot/Makefile   (contents, props changed)
   head/mail/cyrus2dovecot/distinfo   (contents, props changed)
   head/mail/cyrus2dovecot/pkg-descr   (contents, props changed)
 Modified:
   head/mail/Makefile
 
 Modified: head/mail/Makefile
 ==============================================================================
 --- head/mail/Makefile	Tue Jul 23 20:00:53 2013	(r323547)
 +++ head/mail/Makefile	Tue Jul 23 20:35:11 2013	(r323548)
 @@ -85,6 +85,7 @@
      SUBDIR += cyrus-imapd23
      SUBDIR += cyrus-imapd24
      SUBDIR += cyrus2courier
 +    SUBDIR += cyrus2dovecot
      SUBDIR += davmail
      SUBDIR += dbmail
      SUBDIR += dbmail22
 
 Added: head/mail/cyrus2dovecot/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/mail/cyrus2dovecot/Makefile	Tue Jul 23 20:35:11 2013	(r323548)
 @@ -0,0 +1,35 @@
 +# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
 +# $FreeBSD$
 +
 +PORTNAME=	cyrus2dovecot
 +PORTVERSION=	1.2
 +CATEGORIES=	mail
 +MASTER_SITES=	http://www.cyrus2dovecot.sw.fu-berlin.de/download/
 +EXTRACT_SUFX=
 +EXTRACT_ONLY=
 +
 +MAINTAINER=	wulf@mail.mipt.ru
 +COMMENT=	Convert Cyrus folders to Dovecot
 +
 +PLIST_FILES=	bin/${PORTNAME}
 +MAN1=		${PORTNAME}.1
 +
 +USE_PERL5=	yes
 +NO_WRKSUBDIR=	yes
 +
 +post-extract:
 +	@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
 +
 +post-patch:
 +	@${REINPLACE_CMD} -e '1s,^#!.*,#!${PERL},' ${WRKSRC}/${DISTNAME}
 +
 +do-build:
 +	pod2man --section=1 --release=${PORTVERSION} \
 +		--name=${PORTNAME} --center=${PORTNAME}" user guide" \
 +		${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1
 +
 +do-install:
 +	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
 +	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1
 +
 +.include <bsd.port.mk>
 
 Added: head/mail/cyrus2dovecot/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/mail/cyrus2dovecot/distinfo	Tue Jul 23 20:35:11 2013	(r323548)
 @@ -0,0 +1,2 @@
 +SHA256 (cyrus2dovecot-1.2) = 69cc05e7d493b8e5030300aaa71bb87f72203f507ad726d796235619efae4917
 +SIZE (cyrus2dovecot-1.2) = 52212
 
 Added: head/mail/cyrus2dovecot/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/mail/cyrus2dovecot/pkg-descr	Tue Jul 23 20:35:11 2013	(r323548)
 @@ -0,0 +1,6 @@
 +Cyrus2Dovecot is a full-featured command line tool for converting the
 +e-mails of one or more users from Cyrus format to Dovecot Maildir++ folders.
 +It allows for performing a server transition which is fully transparent to
 +both POP and IMAP users.
 +
 +WWW: http://www.cyrus2dovecot.sw.fu-berlin.de/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
