aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2022-04-15 11:53:24 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-04-30 21:32:32 -0500
commit3054046e18332ca1bf9b901f69b02f21bb91c098 (patch)
tree149982abcec8e93296c1930f244c44b7b2eb6cfe /man
parentf81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff)
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'man')
-rw-r--r--man/openrc-shutdown.82
-rw-r--r--man/rc-sstat.82
-rw-r--r--man/rc-update.82
-rw-r--r--man/rc_find_pids.32
-rw-r--r--man/rc_service.32
-rw-r--r--man/supervise-daemon.82
6 files changed, 6 insertions, 6 deletions
diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8
index e7d75c8f..6d470a5f 100644
--- a/man/openrc-shutdown.8
+++ b/man/openrc-shutdown.8
@@ -76,7 +76,7 @@ Stop all services, kill all processes and reboot the system.
.It Fl s , -single
Stop all services, kill all processes and move to single user mode.
.It Fl w , -write-only
-Wrrite a wtmp shutdown record and do nothing else.
+Write a wtmp shutdown record and do nothing else.
.El
.Sh SEE ALSO
.Xr openrc-init 8 ,
diff --git a/man/rc-sstat.8 b/man/rc-sstat.8
index 187cdb25..8a4e1755 100644
--- a/man/rc-sstat.8
+++ b/man/rc-sstat.8
@@ -20,7 +20,7 @@ info
.Sh DESCRIPTION
.Nm
gathers and displays information about the status of services supervised
-by s6 then runs rc-status to show info about nnormal OpenRC services.
+by s6 then runs rc-status to show info about normal OpenRC services.
.Pp
.Sh EXIT STATUS
.Nm
diff --git a/man/rc-update.8 b/man/rc-update.8
index 9cb7be31..ad39550a 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -35,7 +35,7 @@
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.
+exists to quickly add or delete services to and from different runlevels.
All services must reside in the
.Pa /etc/init.d
or
diff --git a/man/rc_find_pids.3 b/man/rc_find_pids.3
index da084865..375910ba 100644
--- a/man/rc_find_pids.3
+++ b/man/rc_find_pids.3
@@ -31,7 +31,7 @@ returns RC_PIDLIST, a structure based on the LIST macro from
which contains all the pids found matching the given criteria.
If
.Fa pid
-is given then only that pid is returned if it is running. Otherise we check
+is given then only that pid is returned if it is running. Otherwise we check
all instances of
.Fa argv
with a process name of
diff --git a/man/rc_service.3 b/man/rc_service.3
index 28a3f92d..eb6da60a 100644
--- a/man/rc_service.3
+++ b/man/rc_service.3
@@ -145,7 +145,7 @@ When
.Fa service
starts, it starts
.Fa service_to_start
-afterswards as directed by
+afterwards as directed by
.Fn rc_service_schedule_start .
.Fn rc_services_scheduled
returns a list of services that will be started when
diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8
index dcefe2ee..cd76beb2 100644
--- a/man/supervise-daemon.8
+++ b/man/supervise-daemon.8
@@ -193,7 +193,7 @@ If respawn-delay, respawn-max and respawn-period are not set correctly,
it is possible to trigger a situation in which the supervisor will
infinitely try to respawn a daemon. To avoid this, if you change the
values of --respawn-delay, --respawn-max or --respawn-period, always
-make sure the settings mmake sense. For example, a respawn period of 5
+make sure the settings make sense. For example, a respawn period of 5
seconds with a respawn max of 10 and a respawn delay of 1 second leads
to infinite respawning since there can never be 10 respawns within 5
seconds.