summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-01-22 01:17:42 +0100
committerChristian Ruppert <idl0r@gentoo.org>2012-01-22 01:17:42 +0100
commit2990e5a2e3ec06180ebe63448239e1cdad7878dd (patch)
treef8710a522ca6cbb9bc9e6c5a6f0cdfed0ee47d9c /man
parent85c90f9a1d6163c97e22570b7405be78b556626c (diff)
downloadopenrc-2990e5a2e3ec06180ebe63448239e1cdad7878dd.tar.gz
openrc-2990e5a2e3ec06180ebe63448239e1cdad7878dd.tar.bz2
openrc-2990e5a2e3ec06180ebe63448239e1cdad7878dd.tar.xz
Whitespace
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
-rw-r--r--man/einfo.34
-rw-r--r--man/rc-service.84
-rw-r--r--man/rc-status.84
-rw-r--r--man/rc-update.84
-rw-r--r--man/rc_deptree.34
-rw-r--r--man/rc_runlevel.32
-rw-r--r--man/rc_service.32
-rw-r--r--man/rc_stringlist.32
-rw-r--r--man/runscript.814
-rw-r--r--man/start-stop-daemon.82
11 files changed, 22 insertions, 22 deletions
diff --git a/man/Makefile b/man/Makefile
index 5a63da8..3ad717d 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -27,7 +27,7 @@ install:
for man in ${MAN3}; do \
${INSTALL} -m ${MANMODE} "$$man" ${DESTDIR}/${MANDIR}/man3 || exit $$?; \
${MAKE_LINKS} \
- done
+ done
${INSTALL} -d ${DESTDIR}/${MANDIR}/man8
for man in ${MAN8}; do \
${INSTALL} -m ${MANMODE} "$$man" ${DESTDIR}/${MANDIR}/man8 || exit $$?; \
diff --git a/man/einfo.3 b/man/einfo.3
index 5dc86d0..f613df3 100644
--- a/man/einfo.3
+++ b/man/einfo.3
@@ -115,7 +115,7 @@ to true.
These functions are designed to output a whole line, so they also
append a newline to the string. To stop this behaviour, you can use the
functions
-.Fn einfon ,
+.Fn einfon ,
.Fn ewarnn ,
.Fn eerrorn ,
.Fn einfovn ,
@@ -149,7 +149,7 @@ does the same as
.Fn eend
but prints
.Fa msg
-instead of ok or !! in the color
+instead of ok or !! in the color
.Fa color
at the column
.Fa col .
diff --git a/man/rc-service.8 b/man/rc-service.8
index 31829fe..c40c747 100644
--- a/man/rc-service.8
+++ b/man/rc-service.8
@@ -26,7 +26,7 @@
.Os OpenRC
.Sh NAME
.Nm rc-service
-.Nd locate and run an OpenRC service with the given arguments
+.Nd locate and run an OpenRC service with the given arguments
.Sh SYNOPSIS
.Nm
.Op Fl i , -ifexists
@@ -41,7 +41,7 @@
.Fl r , -resolve
.Ar service
.Sh DESCRIPTION
-Service scripts could be in different places on different systems.
+Service scripts could be in different places on different systems.
.Nm
locates the specified service and runs it with the given arguments.
If
diff --git a/man/rc-status.8 b/man/rc-status.8
index 55877ba..4b786a6 100644
--- a/man/rc-status.8
+++ b/man/rc-status.8
@@ -33,8 +33,8 @@
.Op Ar runlevel
.Sh DESCRIPTION
.Nm
-gathers and displays information about the status of services
-in different runlevels. The default behavior is to show information
+gathers and displays information about the status of services
+in different runlevels. The default behavior is to show information
about the current runlevel and any unassigned services that are not stopped,
but any runlevel can be quickly examined.
.Pp
diff --git a/man/rc-update.8 b/man/rc-update.8
index 829f653..088b5fe 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -26,7 +26,7 @@
.Os OpenRC
.Sh NAME
.Nm rc-update
-.Nd add and remove services to and from a runlevel
+.Nd add and remove services to and from a runlevel
.Sh SYNOPSIS
.Nm
.Op Fl s , -stack
@@ -44,7 +44,7 @@
.Ar show
.Op Ar runlevel ...
.Sh DESCRIPTION
-OpenRC uses named runlevels. Rather than editing some obscure
+OpenRC uses named runlevels. Rather than editing some obscure
file or managing a directory of symlinks,
.Nm
exists to quickly add or delete services to and from from different runlevels.
diff --git a/man/rc_deptree.3 b/man/rc_deptree.3
index 69b1218..e980534 100644
--- a/man/rc_deptree.3
+++ b/man/rc_deptree.3
@@ -32,7 +32,7 @@
.Sh LIBRARY
Run Command library (librc, -lrc)
.Sh SYNOPSIS
-.In rc.h
+.In rc.h
.Ft bool Fn rc_deptree_update void
.Ft bool Fn rc_deptree_update_needed void
.Ft RC_DEPTREE Fn rc_deptree_load void
@@ -77,7 +77,7 @@ loads the deptree and returns a pointer to it which needs to be freed by
when done.
.Pp
.Fn rc_deptree_depend ,
-.Fn rc_deptree_depends
+.Fn rc_deptree_depends
and
.Fn rc_deptree_order
return a list of services from the
diff --git a/man/rc_runlevel.3 b/man/rc_runlevel.3
index e44a713..60468eb 100644
--- a/man/rc_runlevel.3
+++ b/man/rc_runlevel.3
@@ -31,7 +31,7 @@
.Sh LIBRARY
Run Command library (librc, -lrc)
.Sh SYNOPSIS
-.In rc.h
+.In rc.h
.Ft "char *" Fn rc_runlevel_get void
.Ft bool Fn rc_runlevel_exists
.Ft "RC_STRINGLIST *" Fn rc_runlevel_list void
diff --git a/man/rc_service.3 b/man/rc_service.3
index 9460c36..4c1ee01 100644
--- a/man/rc_service.3
+++ b/man/rc_service.3
@@ -37,7 +37,7 @@
.Sh LIBRARY
Run Command library (librc, -lrc)
.Sh SYNOPSIS
-.In rc.h
+.In rc.h
.Ft bool Fn rc_service_add "const char *runlevel" "const char *service"
.Ft bool Fn rc_service_delete "const char *runlevel" "const char *service"
.Ft bool Fo rc_service_daemon_set
diff --git a/man/rc_stringlist.3 b/man/rc_stringlist.3
index 40cac3c..bfc99fb 100644
--- a/man/rc_stringlist.3
+++ b/man/rc_stringlist.3
@@ -32,7 +32,7 @@
Run Command library (librc, -lrc)
.Sh SYNOPSIS
.In rc.h
-.Ft "RC_STRINGLIST *" Fn rc_stringlist_new void
+.Ft "RC_STRINGLIST *" Fn rc_stringlist_new void
.Ft "RC_STRING *" Fn rc_stringlist_add "RC_STRINGLIST *list" "const char *item"
.Ft "RC_STRING *" Fn rc_stringlist_addu "RC_STRINGLIST *list" "const char *item"
.Ft bool Fn rc_stringlist_delete RC_STRINGLIST "const char *item"
diff --git a/man/runscript.8 b/man/runscript.8
index dd934c4..30fde94 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -25,7 +25,7 @@
.Dt RUNSCRIPT 8 SMM
.Os OpenRC
.Sh NAME
-.Nm runscript
+.Nm runscript
.Nd a means of hooking shell commands into a service
.Sh SYNOPSIS
.Nm
@@ -135,7 +135,7 @@ Here is a list of the functions you can use in a
.Ic depend
function. You simply pass the names of the services to it to add to that
dependency type, or prefix it with ! to remove it.
-.Bl -tag -width "RC_DEFAULTLEVEL"
+.Bl -tag -width "RC_DEFAULTLEVEL"
.It Ic need
The service will refuse to start until needed services have started and it
will refuse to stop until any services that need it have stopped.
@@ -167,9 +167,9 @@ Other services should wait indefinitely for this service to start. Use
this keyword if your service may take longer than 60 seconds to start.
.It Dv -jail
When in a jail, exclude this service from any dependencies. The service can
-still be run directly. Set via
-.Ic rc_sys
-in
+still be run directly. Set via
+.Ic rc_sys
+in
.Pa /etc/rc.conf
.It Dv -lxc
Same as -jail, but for Linux Resource Containers (LXC).
@@ -323,7 +323,7 @@ matches YES, TRUE, ON or 1 regardless of case then we return 0, otherwise 1.
.Sh ENVIRONMENT
.Nm
sets the following environment variables for use in the service scripts:
-.Bl -tag -width "RC_DEFAULTLEVEL"
+.Bl -tag -width "RC_DEFAULTLEVEL"
.It Va RC_SVCNAME
Name of the service.
.It Va RC_RUNLEVEL
@@ -418,7 +418,7 @@ depend()
_need=`service_get_value need`
else
if _need_dbus; then
- _need="${_need} dbus"
+ _need="${_need} dbus"
fi
fi
need ${_need}
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index 5467ec2..a805232 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -58,7 +58,7 @@ is used in an OpenRC service, then OpenRC can in turn check to see if the
daemon is still running. If not, then the service is marked as crashed.
.Pp
Here are the options to specify the daemon and how it should start or stop:
-.Bl -tag -width indent
+.Bl -tag -width indent
.It Fl x , -exec Ar daemon
The
.Ar daemon