From 010a79cd86da27a665346e96ad93945c42ace9b1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Nov 2018 17:37:39 +0100 Subject: [PATCH] rename.2: wfix: s/shmem/tmpfs/ in discussion of RENAME_NOREPLACE Reported-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- man2/rename.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/rename.2 b/man2/rename.2 index af53370f0..90cb84805 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -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).