Tim Verhoeven wrote:
> Yes, that is what I mean. It is just my personal preference. What
> there any special reasoning why text inside {{{ }}} and ` ` was not
> wrapped upto now ?

Because you don't want to autowrap code:

{{{

if [ $debug -eq 1 ]; then

# This is just an example for debugging. In the real code you might
# want to put something else there instead of the echo statement, like
/bin/rm -rf /home/

echo "I would now remove all home directories

fi
}}}

Ralph

Attachment: pgpSX5zJGAipU.pgp
Description: PGP signature

_______________________________________________
CentOS-docs mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos-docs

Reply via email to