MFC r275752:

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

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2015-01-14 11:31:31 +00:00
parent 45a21be73d
commit b93020e9d5

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