summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crashinfo
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2014-01-02 15:43:23 +0000
committerpluknet <pluknet@FreeBSD.org>2014-01-02 15:43:23 +0000
commit988d1d6a86c3941c2f537ae7e296d82525bd321d (patch)
treeb1d58fedcff978c32a45f12826785f10b5c33aab /usr.sbin/crashinfo
parent62bfe594dfb4d3de69c24ce468f66d1a681dcaf2 (diff)
downloadFreeBSD-src-988d1d6a86c3941c2f537ae7e296d82525bd321d.zip
FreeBSD-src-988d1d6a86c3941c2f537ae7e296d82525bd321d.tar.gz
MFC r259870:
Do not truncate the ``command'' column in ``ps'' output.
Diffstat (limited to 'usr.sbin/crashinfo')
-rwxr-xr-xusr.sbin/crashinfo/crashinfo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/crashinfo/crashinfo.sh b/usr.sbin/crashinfo/crashinfo.sh
index cf60a62..0a58126 100755
--- a/usr.sbin/crashinfo/crashinfo.sh
+++ b/usr.sbin/crashinfo/crashinfo.sh
@@ -181,9 +181,9 @@ fi
echo
echo "------------------------------------------------------------------------"
-echo "ps -axl"
+echo "ps -axlww"
echo
-ps -M $VMCORE -N $KERNEL -axl
+ps -M $VMCORE -N $KERNEL -axlww
echo
echo "------------------------------------------------------------------------"
OpenPOWER on IntegriCloud