From owner-freebsd-doc@FreeBSD.ORG Wed Jun 11 15:20:01 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2FA1065671 for ; Wed, 11 Jun 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B3CC98FC25 for ; Wed, 11 Jun 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5BFK1fT051918 for ; Wed, 11 Jun 2008 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5BFK1PH051917; Wed, 11 Jun 2008 15:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jun 2008 15:20:01 GMT Resent-Message-Id: <200806111520.m5BFK1PH051917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3AB4106566C for ; 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 ; 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 ) 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 ; 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" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: docs/124488: [tmpfs] document supported mount options in man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 15:20:02 -0000 >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 @@ 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: >Unformatted: