Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 16:10:05 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339957 - head/bin/ps
Message-ID:  <201810311610.w9VGA5pV081474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (ports committer)
Date: Wed Oct 31 16:10:04 2018
New Revision: 339957
URL: https://svnweb.freebsd.org/changeset/base/339957

Log:
  ps(1): Add a standard exit status section
  
  Reviewed by:	bcr, eadler
  Approved by:	krion (mentor)
  MFC after:      3 days
  Differential Revision:	https://reviews.freebsd.org/D17146

Modified:
  head/bin/ps/ps.1

Modified: head/bin/ps/ps.1
==============================================================================
--- head/bin/ps/ps.1	Wed Oct 31 15:29:26 2018	(r339956)
+++ head/bin/ps/ps.1	Wed Oct 31 16:10:04 2018	(r339957)
@@ -29,7 +29,7 @@
 .\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd March 13, 2018
+.Dd October 31, 2018
 .Dt PS 1
 .Os
 .Sh NAME
@@ -750,6 +750,8 @@ attempts to automatically determine the terminal width
 .It Pa /boot/kernel/kernel
 default system namelist
 .El
+.Sh EXIT STATUS
+.Ex -std
 .Sh EXAMPLES
 Display information on all system processes:
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810311610.w9VGA5pV081474>