Add man pages - plstree - ps and ls displayed as a tree | |
git clone git://bitreich.org/plstree git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit e092c20c44cba0f35a9052ef37408061755faf09 | |
parent e8122c7cbfd41489a923b76ba925b141c59e38ce | |
Author: Josuah Demangeon <[email protected]> | |
Date: Fri, 20 Apr 2018 12:15:53 +0200 | |
Add man pages | |
Diffstat: | |
M lstree.1 | 6 ++++-- | |
M pstree.1 | 6 +++++- | |
2 files changed, 9 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/lstree.1 b/lstree.1 | |
@@ -22,7 +22,7 @@ The | |
list the content of | |
.Ar dir | |
recursively and format the output into a tree with details from | |
-.Nm ls Fl l | |
+.Nm ls Fl l . | |
. | |
. | |
.Sh EXAMPLES | |
@@ -49,7 +49,9 @@ drwxr-xr-x 2 josuah wheel 512 Apr 16 22:18 | `- sys | |
.Xr find 1 , | |
.Xr lr 1 , | |
.Xr pstree 1 , | |
-.Xr tree 1 , | |
+.Xr tree 1 | |
+. | |
+.Pp | |
.Lk https://github.com/chneukirchen/lr "list files, recursively" , | |
. | |
. | |
diff --git a/pstree.1 b/pstree.1 | |
@@ -53,8 +53,12 @@ to be mounted at | |
.Sh SEE ALSO | |
. | |
.Xr lstree 1 , | |
-.Xr ps 1 , | |
+.Xr ps 1 | |
+. | |
+.Pp | |
.Lk http://psmisc.sourceforge.net/ "Small utilities that use the /proc filesys… | |
+. | |
+.Pp | |
.Lk http://www.thp.uni-duisburg.de/pstree/ "Minimal Homepage of pstree " | |
. | |
. |