From 2f6107ea9af125a031479dd863447eeadd8e5cfc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Jan 2005 02:47:00 +0000 Subject: [PATCH] r4497: fixed a typo --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index 7071fdfbc1e..aa67d7df66e 100644 --- a/howto.txt +++ b/howto.txt @@ -146,7 +146,7 @@ the following 4 commands as root: setfattr -n user.test -v test test.txt setfattr -n security.test -v test2 test.txt getfattr -d test.txt - getfattr -d system.txt + getfattr -d test.txt You should see output like this: -- 2.34.1