svn commit: r358942 - stable/11/bin/ps

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Mar 13 09:06:40 UTC 2020


Author: 0mp (doc,ports committer)
Date: Fri Mar 13 09:06:39 2020
New Revision: 358942
URL: https://svnweb.freebsd.org/changeset/base/358942

Log:
  MFC r339957:
  
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24051
  
  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/11/bin/ps/ps.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/bin/ps/ps.1
==============================================================================
--- stable/11/bin/ps/ps.1	Fri Mar 13 08:57:22 2020	(r358941)
+++ stable/11/bin/ps/ps.1	Fri Mar 13 09:06:39 2020	(r358942)
@@ -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
@@ -741,6 +741,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


More information about the svn-src-all mailing list