From 91bc389e54b5909c6fe96dbc593066ec4a5d9e81 Mon Sep 17 00:00:00 2001 From: Daniel Gerzo Date: Thu, 26 Jun 2008 08:24:59 +0000 Subject: [PATCH] Mark the section describing return values with an appropriate section flag. PR: docs/122818 MFC after: 3 days --- lib/libc/stdlib/system.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index 27f5137fce5..3d13489bad8 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -70,7 +70,7 @@ pointer, will return non-zero if the command interpreter .Xr sh 1 is available, and zero if it is not. -.Pp +.Sh RETURN VALUES The .Fn system function