Net2/usr/src/usr.bin/groff/grot/stringify

# `stringify foo bar' should output `"foo","bar",' (without any newlines).
for arg
do
	echo \"$arg\",
done | tr -d "\012"