47100a8125
All warnings where about unnecessary quoting. The scriptlet below will tell what was wrong. for I in ./top/top.1 ./ps/ps.1 ./*.[0-9]; do echo "== $I warnings ==" man --warnings=all $I > /dev/null done This should probably be turned to 'make check' script. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
33 lines
761 B
Groff
33 lines
761 B
Groff
.\" Man page for pwdx
|
|
.\" Licensed under version 2 of the GNU General Public License.
|
|
.\" Copyright 2004 Nicholas Miell.
|
|
.\" Based on the pmap(1) man page by Albert Cahalan.
|
|
.\"
|
|
.TH PWDX "1" "June 2011" "procps-ng" "User Commands"
|
|
.SH NAME
|
|
pwdx \- report current working directory of a process
|
|
.SH SYNOPSIS
|
|
.B pwdx
|
|
[\fIoptions\fR] \fIpid\fR [...]
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Output version information and exit.
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Output help screen and exit.
|
|
.SH "SEE ALSO"
|
|
.BR ps (1),
|
|
.BR pgrep (1)
|
|
.SH STANDARDS
|
|
No standards apply, but pwdx looks an awful lot like a SunOS command.
|
|
.SH AUTHOR
|
|
.UR nmiell@gmail.com
|
|
Nicholas Miell
|
|
.UE
|
|
wrote pwdx in 2004.
|
|
.SH "REPORTING BUGS"
|
|
Please send bug reports to
|
|
.UR procps@freelists.org
|
|
.UE
|