Fix quick_exit(3) manual page to match reality - the status was missing.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2014-12-13 21:13:28 +00:00
parent fd07ddcf6f
commit c6033229fc

View File

@ -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