Skip to content

Commit f3712d1

Browse files
committed
manpage: add missing backslash escape
1 parent 3a88299 commit f3712d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cshatag.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ or grep for "corrupt" in cshatag.log.
4747

4848
To remove the extended attributes from all files:
4949
.br
50-
# find / -xdev -type f -exec setfattr -x user.shatag.ts {} \\; -exec setfattr -x user.shatag.sha256 {} \;
50+
# find / -xdev -type f -exec setfattr -x user.shatag.ts {} \\; -exec setfattr -x user.shatag.sha256 {} \\;
5151

5252
.SH "RETURN VALUE"
5353

0 commit comments

Comments
 (0)