From 3054046e18332ca1bf9b901f69b02f21bb91c098 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 Apr 2022 11:53:24 -0400 Subject: multiple spelling and typo fixes This fixes #516. --- man/openrc-shutdown.8 | 2 +- man/rc-sstat.8 | 2 +- man/rc-update.8 | 2 +- man/rc_find_pids.3 | 2 +- man/rc_service.3 | 2 +- man/supervise-daemon.8 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'man') 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. -- cgit v1.2.3