diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 762f6bf5..f0e6fa40 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -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 diff --git a/utils/chkblayout.1 b/utils/chkblayout.1 index 510b54ab..04307208 100644 --- a/utils/chkblayout.1 +++ b/utils/chkblayout.1 @@ -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 diff --git a/utils/chroot.8 b/utils/chroot.8 index dd30053f..fbcc69cd 100644 --- a/utils/chroot.8 +++ b/utils/chroot.8 @@ -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 diff --git a/utils/unmount.8 b/utils/unmount.8 index a6345095..a3e6c5e9 100644 --- a/utils/unmount.8 +++ b/utils/unmount.8 @@ -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.