]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/euidaccess.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / euidaccess.3
index 942a0ba96557cf928a31ec29a56e3c1b1aba5a21..ddbae47381c1981c53412b0c296d303bd1fd14ce 100644 (file)
@@ -29,7 +29,7 @@ euidaccess, eaccess \- check effective user's permissions for a file
 .nf
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <unistd.h>
-.sp
+.PP
 .BI "int euidaccess(const char *" pathname ", int " mode );
 .BI "int eaccess(const char *" pathname ", int " mode );
 .fi