diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-03 15:59:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-03 15:59:05 +0000 |
commit | e3157840a713c2c0c3317bcfd668391ea4227b33 (patch) | |
tree | 14813c88ca256440b91e45e9f98d15acd68fd56b /bin/ps | |
parent | dbce71b50aadbb2a2ec19f8cd200432f6cc338e8 (diff) |
- rework the -f text to read better; ok job
- while here, wrap a long line
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 33cced379b6..4406d46c9bb 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.127 2022/09/01 21:15:54 job Exp $ +.\" $OpenBSD: ps.1,v 1.128 2022/09/03 15:59:04 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: September 1 2022 $ +.Dd $Mdocdate: September 3 2022 $ .Dt PS 1 .Os .Sh NAME @@ -72,8 +72,8 @@ and associated command. The options are as follows: .Bl -tag -width Ds .It Fl A -Display information about processes for all users, including those without controlling -terminals. +Display information about processes for all users, +including those without controlling terminals. .It Fl a Display information about processes for all users with controlling terminals. .It Fl c @@ -86,8 +86,9 @@ scripts will show as .It Fl e Display the environment as well. .It Fl f -Arrange processes into a tree, order and prefix each command with -indentation text showing sibling and parent/child relationships. +Arrange processes into a tree. +Each command is ordered and prefixed with indentation text +showing sibling and parent/child relationships. If either of the .Fl m and |