From b93020e9d58b34551619141e0337311bba6db2f1 Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 14 Jan 2015 11:31:31 +0000 Subject: MFC r275752: Fix quick_exit(3) manual page to match reality - the status was missing. Sponsored by: The FreeBSD Foundation --- lib/libc/stdlib/quick_exit.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/quick_exit.3 b/lib/libc/stdlib/quick_exit.3 index f2ea379..7bbd2f3 100644 --- a/lib/libc/stdlib/quick_exit.3 +++ b/lib/libc/stdlib/quick_exit.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 7, 2011 +.Dd December 13, 2014 .Dt QUICK_EXIT 3 .Os .Sh NAME @@ -35,7 +35,7 @@ .Sh SYNOPSIS .In stdlib.h .Ft _Noreturn void -.Fn quick_exit "void" +.Fn quick_exit "int status" .Sh DESCRIPTION The .Fn quick_exit -- cgit v1.1