| Summary: | [patch] document supported mount options in tmpfs(5) man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Pietro Cerutti <gahr> | ||||
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Pietro Cerutti
2008-06-11 16:20:01 UTC
Responsible Changed From-To: freebsd-doc->remko I'll take it. 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 -----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----- 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 Patched in current. State Changed From-To: patched->closed Committed. Thanks! 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"
|