]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/sched_setattr.2
_syscall.2, clock_getres.2, clone.2, copy_file_range.2, create_module.2, delete_modul...
[thirdparty/man-pages.git] / man2 / sched_setattr.2
index 1aaa10929b3518ebf3d9e10ad7dabb43f3c5abb3..ea08ab08afd1aa7650cd4b30781aa5c41fd8f695 100644 (file)
@@ -30,10 +30,10 @@ set and get scheduling policy and attributes
 .SH SYNOPSIS
 .nf
 .B #include <sched.h>
-
+.PP
 .BI "int sched_setattr(pid_t " pid ", struct sched_attr *" attr ,
 .BI "                  unsigned int " flags );
-
+.PP
 .BI "int sched_getattr(pid_t " pid ", struct sched_attr *" attr ,
 .BI "                  unsigned int " size ", unsigned int " flags );
 .fi