Do not truncate the `command'' column in `ps'' output.

Reviewed by:	jhb
MFC after:	1 week
This commit is contained in:
Sergey Kandaurov 2013-12-25 15:23:01 +00:00
parent d4bd7d166a
commit 16aaaa690f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259870

View File

@ -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 "------------------------------------------------------------------------"