svn commit: r277174 - stable/10/lib/libc/stdlib

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jan 14 11:31:32 UTC 2015


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


More information about the svn-src-stable-10 mailing list