diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-03 02:53:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:15 -0500 |
commit | dd1c0a56b4e09454b6612923acfeef2fb4be7639 (patch) | |
tree | c449877c463186114241a29a66bfa9052cf81afe | |
parent | 593b657180eb8583620007f3a75daaf39e048d5e (diff) | |
download | samba-dd1c0a56b4e09454b6612923acfeef2fb4be7639.tar.gz samba-dd1c0a56b4e09454b6612923acfeef2fb4be7639.tar.bz2 samba-dd1c0a56b4e09454b6612923acfeef2fb4be7639.zip |
r4498: arrgh, really fix the typo this time
(This used to be commit fc338f6ce28bb14e31cdf7a5b36af12ade39093a)
-rw-r--r-- | howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |