From dd1c0a56b4e09454b6612923acfeef2fb4be7639 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Jan 2005 02:53:06 +0000 Subject: r4498: arrgh, really fix the typo this time (This used to be commit fc338f6ce28bb14e31cdf7a5b36af12ade39093a) --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index aa67d7df66..a895903d17 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 test.txt + getfattr -n security.test -d test.txt You should see output like this: -- cgit