openrc/man
2008-04-09 22:56:32 +00:00
..
einfo.3 Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
Makefile Fix man install. 2008-03-25 17:37:54 +00:00
rc_config.3 Make rc_getline private and save it's buffer so it's sort of like getline from glibc. 2008-03-17 21:27:37 +00:00
rc_deptree.3 Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc_find_pids.3 rc_find_pids now returns RC_PIDLIST instead of a NULL terminated array. 2008-03-17 09:59:52 +00:00
rc_plugin_hook.3 Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc_runlevel.3 Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc_service.3 Remove rc_service_start/stop from librc as they block and unmask signals. The application may not wish this behaviour and should fork/exec the service itself. 2008-03-28 08:42:05 +00:00
rc_stringlist.3 Add new stringlist files. 2008-03-16 17:01:35 +00:00
rc-service.8 Add --exists and --resolve to rc-service. 2008-03-26 08:08:47 +00:00
rc-status.8 By default, rc-status now shows the statuses of the services in the current runlevel and any unassigned non stopped services, #52. 2008-04-09 22:56:32 +00:00
rc-update.8 We should not use options for rc-update, as add, delete and such are commands. 2008-01-15 09:50:14 +00:00
rc.8 We don't mount /lib/rc/init.d when / is rw at boot. 2008-03-08 15:18:53 +00:00
runscript.8 SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat. 2008-03-19 19:57:24 +00:00
start-stop-daemon.8 Document SSD_NICELEVEL. 2008-03-29 09:37:59 +00:00