From gahr@FreeBSD.org  Wed Jun 11 15:10:31 2008
Return-Path: <gahr@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C3AB4106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jun 2008 15:10:31 +0000 (UTC)
	(envelope-from gahr@FreeBSD.org)
Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73])
	by mx1.freebsd.org (Postfix) with ESMTP id 7CC108FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jun 2008 15:10:31 +0000 (UTC)
	(envelope-from gahr@FreeBSD.org)
Received: from [213.142.183.219] (helo=gahrtop.localhost)
	by cpanel03.rubas-s03.net with esmtpa (Exim 4.68)
	(envelope-from <gahr@FreeBSD.org>)
	id 1K6Rxx-0005Sn-6H
	for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Jun 2008 17:10:25 +0200
Received: from gahrtop.localhost (localhost [127.0.0.1])
	by gahrtop.localhost (Postfix) with ESMTP id 3010850841
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Jun 2008 17:10:12 +0200 (CEST)
Message-Id: <1213197012.27630@gahrtop.localhost>
Date: Wed, 11 Jun 2008 17:10:12 +0200
From: "Pietro Cerutti" <gahr@FreeBSD.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [tmpfs] document supported mount options in man page
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         124488
>Category:       docs
>Synopsis:       [patch] document supported mount options in tmpfs(5) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 11 15:20:01 UTC 2008
>Closed-Date:    Tue Aug 05 07:28:20 UTC 2008
>Last-Modified:  Tue Aug  5 07:30:08 UTC 2008
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #44: Wed Jun 11 00:28:02 CEST 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:





>How-To-Repeat:





>Fix:


--- tmpfs.5.diff begins here ---
Index: tmpfs.5
===================================================================
RCS file: /home/ncvs/src/share/man/man5/tmpfs.5,v
retrieving revision 1.3
diff -u -r1.3 tmpfs.5
--- tmpfs.5	18 Jun 2007 19:19:02 -0000	1.3
+++ tmpfs.5	11 Jun 2008 15:09:03 -0000
@@ -54,6 +54,22 @@
 kernel to access
 .Tn tmpfs
 file systems.
+.Sh OPTIONS
+The following options are available when
+mounting
+.Nm
+file systems:
+.Bl -tag -width indent
+.It Cm gid
+root group id 
+.It Cm uid
+root user id
+.It Cm mode
+permessions in octal format
+.It Cm inodes
+maximum number of inodes
+.It Cm size
+maximum size (in bytes) for the file system
 .Sh EXAMPLES
 To mount a
 .Nm
--- tmpfs.5.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Thu Jun 12 10:52:58 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: "Remko Lodder" <remko@elvandar.org>
To: "Pietro Cerutti" <gahr@FreeBSD.org>
Cc: "FreeBSD gnats submit" <freebsd-gnats-submit@freebsd.org>
Subject: Re: docs/124488: [tmpfs] document supported mount options in man 
     page
Date: Thu, 12 Jun 2008 12:55:27 +0200 (CEST)

 On Wed, June 11, 2008 5:10 pm, Pietro Cerutti wrote:
 >
 >>Number:         124488
 >>Category:       docs
 >>Synopsis:       [tmpfs] document supported mount options in man page
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       low
 >>Responsible:    freebsd-doc
 >>State:          open
 >>Quarter:
 >>Keywords:
 >>Date-Required:
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Wed Jun 11 15:20:01 UTC 2008
 >>Closed-Date:
 >>Last-Modified:
 >>Originator:     Pietro Cerutti
 >>Release:        FreeBSD 8.0-CURRENT i386
 >>Organization:
 > The FreeBSD Project
 >>Environment:
 >
 >
 > System: FreeBSD 8.0-CURRENT #44: Wed Jun 11 00:28:02 CEST 2008
 >     root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034
 >
 >
 >
 >>Description:
 >
 >
 >
 >
 >
 >>How-To-Repeat:
 >
 >
 >
 >
 >
 >>Fix:
 >
 >
 > --- tmpfs.5.diff begins here ---
 > Index: tmpfs.5
 > ===================================================================
 > RCS file: /home/ncvs/src/share/man/man5/tmpfs.5,v
 > retrieving revision 1.3
 > diff -u -r1.3 tmpfs.5
 > --- tmpfs.5	18 Jun 2007 19:19:02 -0000	1.3
 > +++ tmpfs.5	11 Jun 2008 15:09:03 -0000
 > @@ -54,6 +54,22 @@
 
 ^^^ update motification date please
 
 >  kernel to access
 >  .Tn tmpfs
 >  file systems.
 > +.Sh OPTIONS
 > +The following options are available when
 > +mounting
 > +.Nm
 > +file systems:
 > +.Bl -tag -width indent
 > +.It Cm gid
 > +root group id
 > +.It Cm uid
 > +root user id
 > +.It Cm mode
 > +permessions in octal format
    ^^ permissions
 > +.It Cm inodes
 > +maximum number of inodes
 > +.It Cm size
 > +maximum size (in bytes) for the file system
 >  .Sh EXAMPLES
 >  To mount a
 >  .Nm
 > --- tmpfs.5.diff ends here ---
 >
 
 Can you resend me a new diff? I'll commit it afterwards,
 
 cheers
 remko
 -- 
 /"\   Best regards,                      | remko@FreeBSD.org
 \ /   Remko Lodder                       | remko@EFnet
  X    http://www.evilcoder.org/          |
 / \   ASCII Ribbon Campaign              | Against HTML Mail and News
 
 

From: Pietro Cerutti <gahr@FreeBSD.org>
To: remko@elvandar.org
Cc: FreeBSD gnats submit <freebsd-gnats-submit@freebsd.org>
Subject: Re: docs/124488: [tmpfs] document supported mount options in man
      page
Date: Thu, 12 Jun 2008 14:43:54 +0200

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA512
 
 Yep, to avoid mail/gnats/whatever eating tabs:
 
 http://gahr.ch/FreeBSD/patches/_pending/tmpfs.5.diff
 
 - --
 Pietro Cerutti
 gahr@FreeBSD.org
 
 PGP Public Key:
 http://gahr.ch/pgp
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEAREKAAYFAkhRGggACgkQwMJqmJVx944e+gCgxB0U/hpTREqdPVNDAmOeT/5i
 09MAn0gz2gtnXjaQW/miM6TF6gBbfNIF
 =rPvk
 -----END PGP SIGNATURE-----

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124488: commit references a PR
Date: Thu, 12 Jun 2008 18:49:35 +0000 (UTC)

 remko       2008-06-12 18:49:24 UTC
 
   FreeBSD src repository
 
   Modified files:
     share/man/man5       tmpfs.5 
   Log:
   SVN rev 179762 on 2008-06-12 18:49:24Z by remko
   
   Document more tmpfs mount options that are already
   available.
   
   PR:             124488
   Submitted by:   gahr
   
   Revision  Changes    Path
   1.4       +17 -1     src/share/man/man5/tmpfs.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Thu Jun 12 18:54:06 UTC 2008 
State-Changed-Why:  
Patched in current. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124488 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Tue Aug 5 07:28:19 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124488: commit references a PR
Date: Tue,  5 Aug 2008 07:28:29 +0000 (UTC)

 remko       2008-08-05 07:28:06 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     share/man/man5       tmpfs.5 
   Log:
   SVN rev 181321 on 2008-08-05 07:28:06Z by remko
   
   MFC r179762
   
     Document more tmpfs mount options that are already
     available.
   
     PR: 124488
     Submitted by: gahr
   
   Revision  Changes    Path
   1.3.2.1   +17 -1     src/share/man/man5/tmpfs.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
