aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-01-30 20:49:20 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-01-31 20:11:58 +0100
commit1ce9756ee61e8dff5e3319851e14ebf310a0bdd8 (patch)
treef7a65bac8e823298911029f6bc02bbf528834304 /winsup/cygwin
parent732afede935832beab181ae421c1366df2ae6af5 (diff)
downloadnewlib-1ce9756ee61e8dff5e3319851e14ebf310a0bdd8.zip
newlib-1ce9756ee61e8dff5e3319851e14ebf310a0bdd8.tar.gz
newlib-1ce9756ee61e8dff5e3319851e14ebf310a0bdd8.tar.bz2
Cygwin: ps -f: output command line
So far ps(1) always prints the full path of the executable under the COMMAND heading. With -f, print the command line instead. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/release/3.6.03
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.6.0 b/winsup/cygwin/release/3.6.0
index f7754bd..5536d39 100644
--- a/winsup/cygwin/release/3.6.0
+++ b/winsup/cygwin/release/3.6.0
@@ -8,3 +8,6 @@ What's new:
What changed:
-------------
+
+- ps -f now prints the commandline rather than the full path to the
+ executable.