chiark / gitweb /
checkpath.3: Remove pointless line break.
[checkpath] / 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 ");"