summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-07 22:51:12 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-08 00:09:47 +0200
commit4693ee33d15d53260c76fdceb8fc3947b27109ef (patch)
tree5fc8be9f99418f666dd1ee402ef24640762ed994
parentdef0db91841c774f3a31b9cae38230deecbcc69e (diff)
removexattr.2: srcfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/removexattr.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/removexattr.2 b/man2/removexattr.2
index 159061e4a..e51ed935f 100644
--- a/man2/removexattr.2
+++ b/man2/removexattr.2
@@ -13,9 +13,9 @@ Standard C library
.nf
.B #include <sys/xattr.h>
.PP
-.BI "int removexattr(const char\ *" path ", const char\ *" name );
-.BI "int lremovexattr(const char\ *" path ", const char\ *" name );
-.BI "int fremovexattr(int " fd ", const char\ *" name );
+.BI "int removexattr(const char *" path ", const char *" name );
+.BI "int lremovexattr(const char *" path ", const char *" name );
+.BI "int fremovexattr(int " fd ", const char *" name );
.fi
.SH DESCRIPTION
Extended attributes are