summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-10-09 15:14:19 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-10-09 15:14:19 +0000
commit812b09037daa73a977753d6ee88e6f0dad35acb2 (patch)
tree23dd3deb47b727bda3ce6ebe61ac913837e0810b /stand
parenteff4c46e284364f9c8e64bebb648e8a90a609fd1 (diff)
downloadsrc-test-812b09037daa73a977753d6ee88e6f0dad35acb2.tar.gz
src-test-812b09037daa73a977753d6ee88e6f0dad35acb2.zip
Fix a few mandoc issues
- whitespace at end of input line - skipping paragraph macro: Pp at the end of Sh - new sentence, new line - consider using OS macro: Fx - AUTHORS section without An macro - skipping paragraph macro: Pp before Ss
Notes
Notes: svn path=/head/; revision=366575
Diffstat (limited to 'stand')
-rw-r--r--stand/defaults/loader.conf.51
-rw-r--r--stand/forth/beastie.4th.816
-rw-r--r--stand/forth/brand.4th.89
3 files changed, 16 insertions, 10 deletions
diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5
index 3b31761663e39..35e59bc920c66 100644
--- a/stand/defaults/loader.conf.5
+++ b/stand/defaults/loader.conf.5
@@ -38,7 +38,6 @@ it you can specify the kernel to be booted, parameters to be passed to
it, and additional modules to be loaded; and generally set all variables
described in
.Xr loader 8 .
-.Pp
.Sh SYNTAX
Though
.Nm Ns 's
diff --git a/stand/forth/beastie.4th.8 b/stand/forth/beastie.4th.8
index e99f65474b432..97a5624d5a93f 100644
--- a/stand/forth/beastie.4th.8
+++ b/stand/forth/beastie.4th.8
@@ -103,7 +103,8 @@ The default behavior is to not delay.
The environment variables that effect its behavior are:
.Bl -tag -width bootfile -offset indent
.It Va loader_logo
-Selects the desired logo in the beastie boot menu. Possible values are:
+Selects the desired logo in the beastie boot menu.
+Possible values are:
.Dq Li fbsdbw ,
.Dq Li beastie ,
.Dq Li beastiebw ,
@@ -112,9 +113,11 @@ Selects the desired logo in the beastie boot menu. Possible values are:
(default), and
.Dq Li none .
.It Va loader_logo_x
-Sets the desired column position of the logo. Default is 46.
+Sets the desired column position of the logo.
+Default is 46.
.It Va loader_logo_y
-Sets the desired row position of the logo. Default is 4.
+Sets the desired row position of the logo.
+Default is 4.
.It Va beastie_disable
If set to
.Dq YES ,
@@ -122,9 +125,10 @@ the beastie boot menu will be skipped.
The beastie boot menu is always skipped if running non-x86 hardware.
.It Va loader_delay
If set to a number higher than zero, introduces a delay before starting the
-beastie boot menu. During the delay the user can press either Ctrl-C to skip
-the menu or ENTER to proceed to the menu. The default is to not delay when
-loading the menu.
+beastie boot menu.
+During the delay the user can press either Ctrl-C to skip the menu or ENTER
+to proceed to the menu.
+The default is to not delay when loading the menu.
.El
.Sh FILES
.Bl -tag -width /boot/loader.4th -compact
diff --git a/stand/forth/brand.4th.8 b/stand/forth/brand.4th.8
index dfd188d0ff84c..7e574d8d96f8c 100644
--- a/stand/forth/brand.4th.8
+++ b/stand/forth/brand.4th.8
@@ -81,14 +81,17 @@ The default values are 2 (x) and 1 (y).
The environment variables that effect its behavior are:
.Bl -tag -width bootfile -offset indent
.It Va loader_brand
-Selects the desired brand in the beastie boot menu. Possible values are:
+Selects the desired brand in the beastie boot menu.
+Possible values are:
.Dq Li fbsd
(default) or
.Dq Li none .
.It Va loader_brand_x
-Sets the desired column position of the brand. Default is 2.
+Sets the desired column position of the brand.
+Default is 2.
.It Va loader_brand_y
-Sets the desired row position of the brand. Default is 1.
+Sets the desired row position of the brand.
+Default is 1.
.El
.Sh FILES
.Bl -tag -width /boot/loader.4th -compact