Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 11:31:32 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r277174 - stable/10/lib/libc/stdlib
Message-ID:  <201501141131.t0EBVWKd036978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Jan 14 11:31:31 2015
New Revision: 277174
URL: https://svnweb.freebsd.org/changeset/base/277174

Log:
  MFC r275752:
  
  Fix quick_exit(3) manual page to match reality - the status was missing.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/lib/libc/stdlib/quick_exit.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/stdlib/quick_exit.3
==============================================================================
--- stable/10/lib/libc/stdlib/quick_exit.3	Wed Jan 14 11:29:16 2015	(r277173)
+++ stable/10/lib/libc/stdlib/quick_exit.3	Wed Jan 14 11:31:31 2015	(r277174)
@@ -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?201501141131.t0EBVWKd036978>