Skip to content

Commit a41594e

Browse files
committed
grammar correction
1 parent 1e36c07 commit a41594e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,12 +605,12 @@ <h1>Actions</h1>
605605
Remove build and runtime hooks from <em>/usr/lib/initcpio</em>.</dd>
606606
<dt><tt class="docutils literal">status, <span class="pre">--status,</span> <span class="pre">-S</span></tt></dt>
607607
<dd>Print ramroot status to screen.
608-
Returns exit status 2 if not enabled.</dd>
608+
Return exit status 2 if not enabled.</dd>
609609
</dl>
610610
</div>
611611
<div class="section" id="options">
612612
<h1>Options</h1>
613-
<p>All options are optional (although <em>--root</em> may be required as noted below).</p>
613+
<p>All are optional (although <em>--root</em> may be required as noted below).</p>
614614
<dl class="docutils">
615615
<dt><tt class="docutils literal"><span class="pre">-b,</span> <span class="pre">--boot</span> [UUID]</tt></dt>
616616
<dd>Specify <em>/boot</em> partition UUID to use when building hooks.</dd>

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ Action performed by ramroot; one must be specified.
7878

7979
``status, --status, -S``
8080
Print ramroot status to screen.
81-
Returns exit status 2 if not enabled.
81+
Return exit status 2 if not enabled.
8282

8383

8484
Options
8585
=======
8686

87-
All options are optional (although *--root* may be required as noted below).
87+
All are optional (although *--root* may be required as noted below).
8888

8989
``-b, --boot [UUID]``
9090
Specify */boot* partition UUID to use when building hooks.

lib/man/ramroot.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Disable ramroot. Remove build and runtime hooks from
3939
.TP
4040
\fBstatus\fR, \fB\-\-status\fR, \fB\-S\fR
4141
Print ramroot status to screen.
42-
Returns exit status 2 if not enabled.
42+
Return exit status 2 if not enabled.
4343
.SH OPTIONS
4444
.TP
4545
\fB\-b\fR, \fB\-\-boot\fR \fIUUID\fR

ramroot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##============================== ramroot ===============================##
33
# Copyright (C) 2018 Chris Magyar GNU General Public License v3 #
44
##========================================================================##
5-
version="1.1.2"
5+
version="1.1.2-2"
66

77
print_help() {
88
cat <<'HELPDOC'
@@ -30,7 +30,7 @@ ACTIONS
3030
3131
status, --status, -S
3232
Print ramroot status to screen.
33-
Returns exit status 2 if not enabled.
33+
Return exit status 2 if not enabled.
3434
3535
OPTIONS
3636
-b, --boot UUID

0 commit comments

Comments
 (0)