svn commit: r338920 - head/sbin/sysctl

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Sep 24 20:46:46 UTC 2018


Author: 0mp (ports committer)
Date: Mon Sep 24 20:46:45 2018
New Revision: 338920
URL: https://svnweb.freebsd.org/changeset/base/338920

Log:
  sysctl(8): Add a standard exit status section.
  
  Reviewed by:	bcr
  Approved by:	re (gjb), krion (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17147

Modified:
  head/sbin/sysctl/sysctl.8

Modified: head/sbin/sysctl/sysctl.8
==============================================================================
--- head/sbin/sysctl/sysctl.8	Mon Sep 24 19:24:17 2018	(r338919)
+++ head/sbin/sysctl/sysctl.8	Mon Sep 24 20:46:45 2018	(r338920)
@@ -28,7 +28,7 @@
 .\"	From: @(#)sysctl.8	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd March 9, 2018
+.Dd September 24, 2018
 .Dt SYSCTL 8
 .Os
 .Sh NAME
@@ -276,6 +276,8 @@ definitions for fourth level ICMP identifiers
 .It In netinet/udp_var.h
 definitions for fourth level UDP identifiers
 .El
+.Sh EXIT STATUS
+.Ex -std
 .Sh EXAMPLES
 For example, to retrieve the maximum number of processes allowed
 in the system, one would use the following request:


More information about the svn-src-all mailing list