From: Mark Wooding Date: Sun, 7 Jul 2024 23:09:22 +0000 (+0100) Subject: checkpath.3: Remove pointless line break. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath/commitdiff_plain/4c166d463c4559f91728726180619521e831c19d checkpath.3: Remove pointless line break. --- diff --git a/checkpath.3 b/checkpath.3 index cbe93f7..7e1c78f 100644 --- a/checkpath.3 +++ b/checkpath.3 @@ -6,8 +6,7 @@ checkpath \- library for examining path security .nf .B "#include " -.BI "int checkpath(const char *" path , -.BI " const struct checkpath *" cp ");" +.BI "int checkpath(const char *" path ", const struct checkpath *" cp ");" .BI "int checkpath_addgid(struct checkpath *" cp ", gid_t " g ");" .BI "void checkpath_setuid(struct checkpath *" cp ");" .BI "int checkpath_setgid(struct checkpath *" cp ");"