From 531bbb0fbeeb7a96c4d3f6419086c3d47f364358 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2014 09:56:48 +0200 Subject: [PATCH] sysinfo.2: Add VERSIONS section Signed-off-by: Michael Kerrisk --- man2/sysinfo.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/sysinfo.2 b/man2/sysinfo.2 index 04b78597d..811f3e33e 100644 --- a/man2/sysinfo.2 +++ b/man2/sysinfo.2 @@ -80,12 +80,12 @@ is set appropriately. .TP .B EFAULT pointer to \fIstruct\ sysinfo\fP is invalid -.SH CONFORMING TO -This function is Linux-specific, and should not be used in programs -intended to be portable. -.sp +.SH VERSIONS The Linux kernel has a .BR sysinfo () system call since 0.98.pl6. +.SH CONFORMING TO +This function is Linux-specific, and should not be used in programs +intended to be portable. .SH SEE ALSO .BR proc (5)