Fixes: eb0f8239bc35 ("man/man2/mount_setattr.2: Document glibc >= 2.36 syscall wrappers") Signed-off-by: Aleksa Sarai <cyphar@xxxxxxxxxx> --- man/man2/mount_setattr.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/mount_setattr.2 b/man/man2/mount_setattr.2 index c96f0657f0468fc4d2bc0132e08d1328570073b1..e1a975dcc8e2b263f68d18dc0492e8ecc518459e 100644 --- a/man/man2/mount_setattr.2 +++ b/man/man2/mount_setattr.2 @@ -14,7 +14,7 @@ .SH SYNOPSIS .B #include <sys/mount.h> .P .BI "int mount_setattr(int " dirfd ", const char *" path ", unsigned int " flags "," -.BI " struct mount_attr *" attr ", size_t " size );" +.BI " struct mount_attr *" attr ", size_t " size ");" .fi .SH DESCRIPTION The -- 2.50.1