summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-30 19:08:51 +0000
committerRoy Marples <roy@marples.name>2008-12-30 19:08:51 +0000
commit1efa64cae838d2624f9142b9419425df05ad46e6 (patch)
tree7740eb00ad8074d2b1e78052a4a03963c66a1db6
parent22959c3963eced6d9f35acf8c5b68dd37b000399 (diff)
downloadopenrc-1efa64cae838d2624f9142b9419425df05ad46e6.tar.gz
openrc-1efa64cae838d2624f9142b9419425df05ad46e6.tar.bz2
openrc-1efa64cae838d2624f9142b9419425df05ad46e6.tar.xz
Typo.
-rw-r--r--man/rc-service.82
-rw-r--r--man/rc-status.82
-rw-r--r--man/rc-update.82
-rw-r--r--man/rc_config.32
-rw-r--r--man/rc_deptree.32
-rw-r--r--man/rc_find_pids.32
-rw-r--r--man/rc_plugin_hook.32
-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.82
-rw-r--r--man/start-stop-daemon.82
12 files changed, 12 insertions, 12 deletions
diff --git a/man/rc-service.8 b/man/rc-service.8
index f18de3e..7d9f398 100644
--- a/man/rc-service.8
+++ b/man/rc-service.8
@@ -61,4 +61,4 @@ does the same and also prints the full path of the service to stdout.
.Xr rc 8 ,
.Xr stdout 3
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc-status.8 b/man/rc-status.8
index 15bc758..8ffcec2 100644
--- a/man/rc-status.8
+++ b/man/rc-status.8
@@ -61,4 +61,4 @@ Show information only for the named
.Xr rc 8 ,
.Xr rc-update 8
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc-update.8 b/man/rc-update.8
index f81454b..b7a350d 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -77,4 +77,4 @@ Show all services.
.Xr rc 8 ,
.Xr rc-status 8
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_config.3 b/man/rc_config.3
index 18e8d26..7564ef5 100644
--- a/man/rc_config.3
+++ b/man/rc_config.3
@@ -70,4 +70,4 @@ is set to
.Xr rc_stringlist_free 3 ,
.Xr sh 1
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_deptree.3 b/man/rc_deptree.3
index 2cb8b79..7848418 100644
--- a/man/rc_deptree.3
+++ b/man/rc_deptree.3
@@ -110,4 +110,4 @@ when done.
.Xr rc_stringlist_free 3 ,
.Xr runscript 8
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_find_pids.3 b/man/rc_find_pids.3
index 2271dbc..94f8a53 100644
--- a/man/rc_find_pids.3
+++ b/man/rc_find_pids.3
@@ -67,4 +67,4 @@ Each RC_PID should be freed in the list as well as the list itself when done.
.Xr free 3 ,
.Xr queue 3
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_plugin_hook.3 b/man/rc_plugin_hook.3
index 66cce65..7aee0ec 100644
--- a/man/rc_plugin_hook.3
+++ b/man/rc_plugin_hook.3
@@ -48,4 +48,4 @@ Plugins can affect the parent environemnt by writing NULL separated strings to
.Xr rc 8 ,
.Xr runscript 8
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_runlevel.3 b/man/rc_runlevel.3
index 527b4b6..14b86c6 100644
--- a/man/rc_runlevel.3
+++ b/man/rc_runlevel.3
@@ -63,4 +63,4 @@ Rinse and repeat for the other verbose functions.
.Xr free 3
.Xr rc_stringlist_free 3
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_service.3 b/man/rc_service.3
index 515930d..36e3648 100644
--- a/man/rc_service.3
+++ b/man/rc_service.3
@@ -227,4 +227,4 @@ normally holds the volatile state data for services on a RAM backed disk.
.Xr rc_stringlist_free 3 ,
.Xr start-stop-daemon 8
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/rc_stringlist.3 b/man/rc_stringlist.3
index 5262cde..ff46df0 100644
--- a/man/rc_stringlist.3
+++ b/man/rc_stringlist.3
@@ -85,4 +85,4 @@ itself.
.Xr queue 3 ,
.Xr strcmp 3
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/runscript.8 b/man/runscript.8
index eaded9f..c6157e8 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -461,4 +461,4 @@ Users are encouraged to use the is_newer_than function which returns correctly.
.Xr start-stop-daemon 8 ,
.Xr uname 1
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index 1364ca8..b5f2821 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -185,4 +185,4 @@ first appeared in Debian.
This is a complete re-implementation with the process finding code in the
OpenRC library (librc, -lrc) so other programs can make use of it.
.Sh AUTHORS
-.An Roy Marples" <roy@marples.name>
+.An Roy Marples <roy@marples.name>