From 61d75c37b375bc1ffc40de8464bf0a2f1ec18155 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Dec 2016 13:03:59 +0100 Subject: [PATCH] reboot.2: wfix Signed-off-by: Michael Kerrisk --- man2/reboot.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/reboot.2 b/man2/reboot.2 index 36e6506d8..7521d529a 100644 --- a/man2/reboot.2 +++ b/man2/reboot.2 @@ -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 .br