openrc/man
Mike Frysinger ef1ff1b4f2 make shell math operations style more succulent
Convert the style:
	var=$((${var} + 1))
to:
	: $(( var += 1 ))

The latter is easier to read imo.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-11-19 02:25:36 -05:00
..
einfo.3 Libeinfo: do not suppress ewarn() messages 2011-08-22 12:39:26 -05:00
Makefile Go back to git 2009-04-30 15:05:39 +01:00
rc_config.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc_deptree.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc_find_pids.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc_plugin_hook.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc_runlevel.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc_service.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc_stringlist.3 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc-service.8 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc-status.8 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc-update.8 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
rc.8 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00
runscript.8 make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
start-stop-daemon.8 drop useless "All rights reserved" notice 2011-06-29 19:46:31 -04:00