summaryrefslogtreecommitdiff
path: root/pwdx.1
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix manual page warningsSami Kerola2012-04-161-2/+2
| | | | | | | | | | | | | | 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>
* docs: mention long options in man pwdx.1Sami Kerola2011-12-201-25/+20
| | | | | | The commit includes few generic manual clean ups as well. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* name change: procps -> procps-ngSami Kerola2011-06-041-1/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* new pwdx commandalbert2004-10-161-0/+37