reboot.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-09 13:03:59 +01:00
parent a05774c442
commit 61d75c37b3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ reboot \- reboot or enable/disable Ctrl-Alt-Del
/* Under glibc and most alternative libc's (including uclibc, dietlibc,
musl and a few others), some of the constants involved have gotten
symbolic names RB_*, and the library call is a 1-argument
wrapper around the 3-argument system call: */
wrapper around the system call: */
.sp
.B #include <unistd.h>
.br