diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:34:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:34:44 +0000 |
commit | e3be059d4da38aa36f1aee1d56f8ceb943d92f1c (patch) | |
tree | 26edef31e4e503dd1c92a112de174f366dd61802 /man/pwdx.1 | |
parent | Initial commit. (diff) | |
download | procps-a88dc1af70237b9b7c2fae32e88075d4f901943f.tar.xz procps-a88dc1af70237b9b7c2fae32e88075d4f901943f.zip |
Adding upstream version 2:4.0.4.upstream/2%4.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/pwdx.1')
-rw-r--r-- | man/pwdx.1 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/man/pwdx.1 b/man/pwdx.1 new file mode 100644 index 0000000..98e7b6e --- /dev/null +++ b/man/pwdx.1 @@ -0,0 +1,40 @@ +.\" +.\" Copyright (c) 2020-2023 Craig Small <csmall@dropbear.xyz> +.\" Copyright (c) 2011-2012 Sami Kerola <kerolasa@iki.fi> +.\" Copyright (c) 2004 Nicholas Miel. +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" +.TH PWDX "1" "2020-06-04" "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 +.B 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 |