aboutsummaryrefslogtreecommitdiff
path: root/man
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 /man
parent22959c3963eced6d9f35acf8c5b68dd37b000399 (diff)
Typo.
Diffstat (limited to 'man')
-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 f18de3e0..7d9f3981 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 15bc758b..8ffcec26 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 f81454b4..b7a350dc 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 18e8d263..7564ef56 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 2cb8b79e..78484185 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 2271dbc3..94f8a538 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 66cce65c..7aee0ec1 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 527b4b60..14b86c6e 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 515930d3..36e3648f 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 5262cdef..ff46df02 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 eaded9f4..c6157e89 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 1364ca8b..b5f28210 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>