• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From 8178197e6c39b2a08c90bcd3685d694115ce9254 Mon Sep 17 00:00:00 2001
2From: Zhiqiang Liu <liuzhiqiang26@huawei.com>
3Date: Tue, 1 Mar 2022 21:46:55 +0800
4Subject: [PATCH] e2mmpstatus.8.in: detele filesystem can be UUID or LABEL in
5 manpage
6
7Signed-off-by: zhanchengbin <zhanchengbin1@huawei.com>
8---
9 misc/e2mmpstatus.8.in | 6 +-----
10 1 file changed, 1 insertion(+), 5 deletions(-)
11
12diff --git a/misc/e2mmpstatus.8.in b/misc/e2mmpstatus.8.in
13index c7ed929..07a28ec 100644
14--- a/misc/e2mmpstatus.8.in
15+++ b/misc/e2mmpstatus.8.in
16@@ -19,11 +19,7 @@ file system with the
17 feature enabled.  The specified
18 .I file system
19 can be a device name (e.g.
20-.IR /dev/hdc1 ", " /dev/sdb2 ),
21-or an ext4 file system label or UUID, for example
22-.B UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd
23-or
24-.BR LABEL=root .
25+.IR /dev/hdc1 ", " /dev/sdb2 ).
26 By default, the
27 .B e2mmpstatus
28 program checks whether it is safe to mount the file system without taking
29--
301.8.3.1
31
32