remove the 's' to avoid a name clash with pstree - plstree - ps and ls displayed as a tree
 (HTM) git clone git://bitreich.org/plstree git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/plstree
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit 8f5c49ce46e34aa3081443e430546c3a48f80161
 (DIR) parent 15516064abc877fd1e3013db6a3d1a60b19aa062
 (HTM) Author: Josuah Demangeon <mail@josuah.net>
       Date:   Tue,  8 May 2018 14:47:05 +0200
       
       remove the 's' to avoid a name clash with pstree
       
       Diffstat:
         D lstree.1                            |      42 -------------------------------
         R lstree -> ltree                     |       0 
         A ltree.1                             |      42 +++++++++++++++++++++++++++++++
         D pstree.1                            |      49 -------------------------------
         R pstree -> ptree                     |       0 
         A ptree.1                             |      49 +++++++++++++++++++++++++++++++
       
       6 files changed, 91 insertions(+), 91 deletions(-)
       ---
 (DIR) diff --git a/lstree.1 b/lstree.1
       @@ -1,42 +0,0 @@
       -.Dd $Mdocdate: April 19 2018$
       -.Dt LSTREE 1
       -.Os
       -.
       -.
       -.Sh NAME
       -.
       -.Nm lstree
       -.Nd list a tree of a directory with details
       -.
       -.
       -.Sh SYNOPSIS
       -.
       -.Nm progname
       -.Op Ar dir
       -.
       -.
       -.Sh DESCRIPTION
       -.
       -The
       -.Nm
       -list the content of
       -.Ar dir
       -recursively and format the output into a tree with details from
       -.Nm ls Fl l .
       -.
       -.
       -.Sh SEE ALSO
       -.
       -.Xr find 1 ,
       -.Xr lr 1 ,
       -.Xr pstree 1 ,
       -.Xr tree 1
       -.
       -.Pp
       -.Lk https://github.com/chneukirchen/lr "list files, recursively" ,
       -.
       -.
       -.Sh AUTHORS
       -.
       -.An Josuah Demangeon
       -.Aq Mt mail@josuah.net
 (DIR) diff --git a/lstree b/ltree
 (DIR) diff --git a/ltree.1 b/ltree.1
       @@ -0,0 +1,42 @@
       +.Dd $Mdocdate: April 19 2018$
       +.Dt LTREE 1
       +.Os
       +.
       +.
       +.Sh NAME
       +.
       +.Nm ltree
       +.Nd list a tree of a directory with details
       +.
       +.
       +.Sh SYNOPSIS
       +.
       +.Nm progname
       +.Op Ar dir
       +.
       +.
       +.Sh DESCRIPTION
       +.
       +The
       +.Nm
       +list the content of
       +.Ar dir
       +recursively and format the output into a tree with details from
       +.Nm ls Fl l .
       +.
       +.
       +.Sh SEE ALSO
       +.
       +.Xr find 1 ,
       +.Xr lr 1 ,
       +.Xr pstree 1 ,
       +.Xr tree 1
       +.
       +.Pp
       +.Lk https://github.com/chneukirchen/lr "list files, recursively" ,
       +.
       +.
       +.Sh AUTHORS
       +.
       +.An Josuah Demangeon
       +.Aq Mt mail@josuah.net
 (DIR) diff --git a/pstree.1 b/pstree.1
       @@ -1,49 +0,0 @@
       -.Dd $Mdocdate: April 19 2018$
       -.Dt PSTREE 1
       -.Os
       -.
       -.
       -.Sh NAME
       -.
       -.Nm pstree
       -.Nd list process tree as a tree
       -.
       -.
       -.Sh SYNOPSIS
       -.
       -.Nm pstree
       -.
       -.
       -.Sh DESCRIPTION
       -.
       -The
       -.Nm
       -utility list all processes with child-parent relationship displayed
       -as a tree, along with aditionnal details.
       -.
       -The
       -.Nm
       -utility uses the output of the
       -.Xr ps 1
       -command as described by POSIX, and therefore do not require a
       -.Xr procfs 5
       -to be mounted at
       -.Pa proc .
       -.
       -.
       -.Sh SEE ALSO
       -.
       -.Xr lstree 1 ,
       -.Xr ps 1
       -.
       -.Pp
       -.Lk http://psmisc.sourceforge.net/ "Small utilities that use the /proc filesystem" ,
       -.
       -.Pp
       -.Lk http://www.thp.uni-duisburg.de/pstree/ "Minimal Homepage of pstree "
       -.
       -.
       -.Sh AUTHORS
       -.
       -.An Josuah Demangeon
       -.Aq Mt mail@josuah.net
 (DIR) diff --git a/pstree b/ptree
 (DIR) diff --git a/ptree.1 b/ptree.1
       @@ -0,0 +1,49 @@
       +.Dd $Mdocdate: April 19 2018$
       +.Dt PTREE 1
       +.Os
       +.
       +.
       +.Sh NAME
       +.
       +.Nm ptree
       +.Nd list process tree as a tree
       +.
       +.
       +.Sh SYNOPSIS
       +.
       +.Nm ptree
       +.
       +.
       +.Sh DESCRIPTION
       +.
       +The
       +.Nm
       +utility list all processes with child-parent relationship displayed
       +as a tree, along with aditionnal details.
       +.
       +The
       +.Nm
       +utility uses the output of the
       +.Xr ps 1
       +command as described by POSIX, and therefore do not require a
       +.Xr procfs 5
       +to be mounted at
       +.Pa proc .
       +.
       +.
       +.Sh SEE ALSO
       +.
       +.Xr lstree 1 ,
       +.Xr ps 1
       +.
       +.Pp
       +.Lk http://psmisc.sourceforge.net/ "Small utilities that use the /proc filesystem" ,
       +.
       +.Pp
       +.Lk http://www.thp.uni-duisburg.de/pstree/ "Minimal Homepage of pstree "
       +.
       +.
       +.Sh AUTHORS
       +.
       +.An Josuah Demangeon
       +.Aq Mt mail@josuah.net