]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/assert_perror.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / assert_perror.3
index f6833b8d930ffd5c62b1d2b7052ac8a29edf4211..3a362e0466af09a337bbe159d541494036ba760e 100644 (file)
@@ -32,7 +32,7 @@ assert_perror \- test errnum and abort
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <assert.h>
-.sp
+.PP
 .BI "void assert_perror(int " errnum );
 .fi
 .SH DESCRIPTION