chiark / gitweb /
checkpath.3: Remove pointless line break.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jul 2024 23:09:22 +0000 (00:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Jul 2024 12:21:35 +0000 (13:21 +0100)
checkpath.3

index cbe93f76a8dd5561e5a3af1dc97f415968614ff0..7e1c78f432e2720909a4d13766fa0be25d65f818 100644 (file)
@@ -6,8 +6,7 @@ checkpath \- library for examining path security
 .nf
 .B "#include <checkpath.h>"
 
-.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 ");"