rename.2: wfix: s/shmem/tmpfs/ in discussion of RENAME_NOREPLACE

Reported-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-11-05 17:37:39 +01:00
parent 9738a72a0b
commit 010a79cd86
1 changed files with 2 additions and 2 deletions

View File

@ -280,8 +280,8 @@ can't be employed together with
.B RENAME_WHITEOUT
requires support from the underlying filesystem.
Among the filesystems that provide that support are
shmem (since Linux 3.18),
.\" shmem: commit 46fdb794e3f52ef18b859ebc92f0a9d7db21c5df
tmpfs (since Linux 3.18),
.\" tmpfs: commit 46fdb794e3f52ef18b859ebc92f0a9d7db21c5df
ext4 (since Linux 3.18),
.\" ext4: commit cd808deced431b66b5fa4e5c193cb7ec0059eaff
and XFS (since Linux 4.1).