Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 18:09:24 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: 2b693e482926 - main - tmpfs.5: Fix typos and linter warnings
Message-ID:  <202207211809.26LI9OWV056881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2b693e4829265e1e9f73b628c139701e1c259b24

commit 2b693e4829265e1e9f73b628c139701e1c259b24
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-21 18:01:49 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-21 18:08:06 +0000

    tmpfs.5: Fix typos and linter warnings
    
    MFC after:      3 days
---
 share/man/man5/tmpfs.5 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index 84b394da6210..53d4c02b0aef 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -77,7 +77,7 @@ tmpfs_load="YES"
 The
 .Nm
 driver implements an in-memory, or
-.Tn tmpfs
+.Nm
 file system.
 The filesystem stores both file metadata and data in main memory.
 This allows very fast and low latency accesses to the data.
@@ -87,8 +87,9 @@ These properties make the filesystem's mounts suitable for fast
 scratch storage, like
 .Pa /tmp .
 .Pp
-If the system becomes low on memory and swap is configured (see
-.Xr swapon 8 ),
+If the system becomes low on memory and swap is configured
+.Po see
+.Xr swapon 8 Pc ,
 the system can transfer file data to swap space, freeing memory
 for other needs.
 Metadata, including the directory content, is never swapped out by the



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