Date: Sat, 13 Dec 2014 21:13:29 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r275752 - head/lib/libc/stdlib Message-ID: <201412132113.sBDLDTEt002676@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Sat Dec 13 21:13:28 2014 New Revision: 275752 URL: https://svnweb.freebsd.org/changeset/base/275752 Log: Fix quick_exit(3) manual page to match reality - the status was missing. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/stdlib/quick_exit.3 Modified: head/lib/libc/stdlib/quick_exit.3 ============================================================================== --- head/lib/libc/stdlib/quick_exit.3 Sat Dec 13 21:00:10 2014 (r275751) +++ head/lib/libc/stdlib/quick_exit.3 Sat Dec 13 21:13:28 2014 (r275752) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412132113.sBDLDTEt002676>