update the names in the readme too - plstree - ps and ls displayed as a tree | |
git clone git://bitreich.org/plstree git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 5e9e94b21af36ac48a03a08fcf8b45c2004e5c52 | |
parent fee3d0d90ef36e4d28fbb36251f06dd4e7be492d | |
Author: Josuah Demangeon <[email protected]> | |
Date: Sun, 10 Jun 2018 02:43:06 +0200 | |
update the names in the readme too | |
Thank you quinq! | |
Diffstat: | |
M README | 16 ++++++++-------- | |
1 file changed, 8 insertions(+), 8 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -1,13 +1,13 @@ | |
-LSTREE(1) General Commands Manual LSTREE(1) | |
+LTREE(1) General Commands Manual LTREE(1) | |
NAME | |
- lstree list a tree of a directory with details | |
+ ltree list a tree of a directory with details | |
SYNOPSIS | |
progname [dir] | |
DESCRIPTION | |
- The lstree list the content of dir recursively and format the output into | |
+ The ltree list the content of dir recursively and format the output into | |
a tree with details from ls -l. | |
SEE ALSO | |
@@ -22,17 +22,17 @@ OpenBSD 6.3 April 19, 2018 … | |
------------------------------------------------------------------------------ | |
-PSTREE(1) General Commands Manual PSTREE(1) | |
+PTREE(1) General Commands Manual PTREE(1) | |
NAME | |
- pstree list process tree as a tree | |
+ ptree list process tree as a tree | |
SYNOPSIS | |
- pstree | |
+ ptree | |
DESCRIPTION | |
- The pstree utility list all processes with child-parent relationship | |
- displayed as a tree, along with aditionnal details. The pstree utility | |
+ The ptree utility list all processes with child-parent relationship | |
+ displayed as a tree, along with aditionnal details. The ptree utility | |
uses the output of the ps(1) command as described by POSIX, and therefore | |
do not require a procfs(5) to be mounted at proc. | |