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:
parent
fd07ddcf6f
commit
c6033229fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user