Fix comma punctuation bugs in manual lists.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-03-19 17:32:36 +01:00
parent dbf4bcd6cf
commit 9613d47496
4 changed files with 8 additions and 8 deletions

View File

@ -90,12 +90,12 @@ The important targets are:
Make all build tools.
.It Sy clean
Clean the component directories and the port source code.
.Sy ( clean-core, clean-ports )
.Sy ( clean-core , clean-ports )
.It Sy clean-build-tools
Clean the directories of all build tools.
.It Sy distclean
Run every clean target such that the source code is ready for distribution.
.Sy ( clean-builds, clean-core, clean-ports, clean-release, clean-repository, clean-sysroot )
.Sy ( clean-builds , clean-core , clean-ports , clean-release , clean-repository , clean-sysroot )
.It Sy install-build-tools
Install all build tools after making them.
.It Sy iso
@ -105,7 +105,7 @@ directory after making
.Sy all .
.It Sy mostlyclean
Clean everything except binary packages.
.Sy ( clean-builds, clean-core, clean-ports, clean-release, clean-sysroot )
.Sy ( clean-builds , clean-core , clean-ports , clean-release , clean-sysroot )
.It Sy release
Make
.Sy iso
@ -157,7 +157,7 @@ and
.It Ev SORTIX_INCLUDE_SOURCE
Specifies whether the source code is included in the sysroot.
This must be one of
.Sy no, yes
.Sy no , yes
or
.Sy git
and defaults to

View File

@ -20,7 +20,7 @@ The keyboard layout applied on boot can be configured in
.Pp
The options are as follows:
.Bl -tag -width "12345678"
.It Fl l, Fl \-list
.It Fl l , Fl \-list
List out the keymaps installed on the system
.El
.Sh FILES

View File

@ -32,7 +32,7 @@ is changed to
.Pp
The options are as follows:
.Bl -tag -width "12345678"
.It Fl d, Fl \-devices
.It Fl d , Fl \-devices
Mount
.Pa /dev
from the host system into the

View File

@ -18,12 +18,12 @@ shut off cleanly.
.Pp
The options are as follows:
.Bl -tag -width "12345678"
.It Fl f, Fl \-force
.It Fl f , Fl \-force
Shut off the filesystem immediately, further operations to any open files will
fail.
The filesystem will be consistent, but processes may be stopped in the middle of
file operations.
.It Fl l, Fl \-lazy
.It Fl l , Fl \-lazy
Do not wait for the filesystem to be unused, and shut off the filesystem in the
background.
It is not safe to shut down the computer directly after using this option.