Module Name:    src
Committed By:   wiz
Date:           Fri Jun  4 08:16:14 UTC 2021

Modified Files:
        src/bin/ps: ps.1

Log Message:
Sort options in synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/bin/ps/ps.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ps/ps.1
diff -u src/bin/ps/ps.1:1.111 src/bin/ps/ps.1:1.112
--- src/bin/ps/ps.1:1.111	Fri Jun  4 06:28:42 2021
+++ src/bin/ps/ps.1	Fri Jun  4 08:16:14 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ps.1,v 1.111 2021/06/04 06:28:42 cjep Exp $
+.\"	$NetBSD: ps.1,v 1.112 2021/06/04 08:16:14 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -38,6 +38,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl AaCcdehjlmrSsTuvwx
+.Op Fl G Ar group
 .Op Fl k Ar key
 .Op Fl M Ar core
 .Op Fl N Ar system
@@ -46,7 +47,6 @@
 .Op Fl p Ar pid
 .Op Fl t Ar tty
 .Op Fl U Ar user
-.Op Fl G Ar group
 .Op Fl W Ar swap
 .Nm
 .Fl L
@@ -719,6 +719,6 @@ Since
 cannot run faster than the system and is run as any other scheduled
 process, the information it displays can never be exact.
 .Pp
-The 
-.Fl G 
+The
+.Fl G
 option should ideally take a list instead of a single group.

Reply via email to