Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2020 09:07:02 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r358943 - stable/12/bin/ps
Message-ID:  <202003130907.02D972ie021636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Fri Mar 13 09:07:02 2020
New Revision: 358943
URL: https://svnweb.freebsd.org/changeset/base/358943

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

Modified:
  stable/12/bin/ps/ps.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/bin/ps/ps.1
==============================================================================
--- stable/12/bin/ps/ps.1	Fri Mar 13 09:06:39 2020	(r358942)
+++ stable/12/bin/ps/ps.1	Fri Mar 13 09:07:02 2020	(r358943)
@@ -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
@@ -751,6 +751,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?202003130907.02D972ie021636>