Selaa lähdekoodia

Mention DragonFly BSD and add bug reporting information.

Douglas William Thrift 14 vuotta sitten
vanhempi
commit
e9e9033331
2 muutettua tiedostoa jossa 16 lisäystä ja 12 poistoa
  1. 10 8
      dtpstree.man
  2. 6 4
      man1/dtpstree.1

+ 10 - 8
dtpstree.man

@@ -21,16 +21,14 @@
 
 [DESCRIPTION]
 .B dtpstree
-shows running processes as a tree. It is a reimplementation of \fBpstree\fR from
-\fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, and other modern BSD variants. It
-also works without \fI/proc\fR and will show the full set of processes in a jail
-even if \fBinit\fR is not present.
+shows running processes as a tree. It is a reimplementation of \fBpstree\fR
+from \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly
+other modern BSD variants. It also works without \fI/proc\fR and will show the
+full set of processes in a jail even if \fBinit\fR is not present.
 [AUTHOR]
 Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
-[SEE ALSO]
-.PP
-\fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3) or \fBkvm_getargv2\fR(3),
-\fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).
+[REPORTING BUGS]
+Report bugs at <\fIhttp://code.douglasthrift.net/trac/dtpstree\fR>.
 [COPYRIGHT]
 .PP
 Copyright 2010 Douglas Thrift
@@ -46,3 +44,7 @@ distributed under the License is distributed on an \fB"AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
+[SEE ALSO]
+.PP
+\fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3) or \fBkvm_getargv2\fR(3),
+\fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).

+ 6 - 4
man1/dtpstree.1

@@ -7,10 +7,10 @@ dtpstree \- display a tree of processes
 [\fIoptions\fR] [\fIPID|USER\fR]
 .SH DESCRIPTION
 .B dtpstree
-shows running processes as a tree. It is a reimplementation of \fBpstree\fR from
-\fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, and other modern BSD variants. It
-also works without \fI/proc\fR and will show the full set of processes in a jail
-even if \fBinit\fR is not present.
+shows running processes as a tree. It is a reimplementation of \fBpstree\fR
+from \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly
+other modern BSD variants. It also works without \fI/proc\fR and will show the
+full set of processes in a jail even if \fBinit\fR is not present.
 .SH OPTIONS
 .TP
 \fB\-a\fR, \fB\-\-arguments\fR
@@ -63,6 +63,8 @@ USER, \fB\-\-user\fR=\fIUSER\fR
 show only trees rooted at processes of USER
 .SH AUTHOR
 Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
+.SH "REPORTING BUGS"
+Report bugs at <\fIhttp://code.douglasthrift.net/trac/dtpstree\fR>.
 .SH COPYRIGHT
 .PP
 Copyright 2010 Douglas Thrift