From 9b00ff8135b9f17c95dab61b0ea85a468cfdcee7 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 3 Sep 2022 15:59:04 +0000 Subject: [PATCH] - rework the -f text to read better; ok job - while here, wrap a long line --- bin/ps/ps.1 | 13 +++++++------ 1 file 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 -- 2.20.1