Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 21:59:51 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0789d988a95e - main - tmpfs.5: Keep the style of option descriptions consistent
Message-ID:  <202309182159.38ILxpo1045634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=0789d988a95eba5bd45fbe82a4ebd4dc7e957797

commit 0789d988a95eba5bd45fbe82a4ebd4dc7e957797
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 19:29:42 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-18 21:59:10 +0000

    tmpfs.5: Keep the style of option descriptions consistent
    
    MFC after:      3 days
---
 share/man/man5/tmpfs.5 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index ac5ddbf759d3..1644e1c5d1bb 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -110,37 +110,37 @@ mounting
 file systems:
 .Bl -tag -width "maxfilesize"
 .It Cm gid
-Specifies the group ID of the root inode of the file system.
-Defaults to the mount point's GID.
+Set the group ID of the root inode of the file system.
+The default is the mount point's GID.
 .It Cm uid
-Specifies the user ID of the root inode of the file system.
-Defaults to the mount point's UID.
+Set the user ID of the root inode of the file system.
+The default is the mount point's UID.
 .It Cm mode
-Specifies the mode (in octal notation) of the root inode of the file system.
-Defaults to the mount point's mode.
+Set the mode (in octal notation) of the root inode of the file system.
+The default is the mount point's mode.
 .It Cm nonc
 Do not use namecache to resolve names to files for the created mount.
 This saves memory, but currently might impair scalability for highly
 used mounts on large machines.
 .It Cm inodes
-Specifies the maximum number of nodes available to the file system.
+Set the maximum number of nodes available to the file system.
 If not specified, the file system chooses a reasonable maximum based on
 the file system size, which can be limited with the
 .Cm size
 option.
 .It Cm size
-Specifies the total file system size in bytes, unless suffixed
+Set the total file system size in bytes, unless suffixed
 with one of k, m, g, t, or p, which denote byte, kilobyte,
 megabyte, gigabyte, terabyte and petabyte respectively.
 If zero (the default) or a value larger than SIZE_MAX - PAGE_SIZE
 is given, the available amount of memory (including
 main memory and swap space) will be used.
 .It Cm maxfilesize
-Specifies the maximum file size in bytes.
-Defaults to the maximum possible value.
+Set the maximum file size in bytes.
+The default is the maximum possible value.
 .It Cm easize
-Specifies the maximum memory size used by extended attributes in bytes.
-Defaults to 16 megabytes.
+Set the maximum memory size used by extended attributes in bytes.
+The default is 16 megabytes.
 .El
 .Sh EXAMPLES
 Mount a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309182159.38ILxpo1045634>