config: Fix a few mandoc related errors

- new sentence, new line
- no blank before trailing delimiter

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2020-12-19 13:11:44 +00:00
parent 267d86e15d
commit aeb0c721f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368809
2 changed files with 11 additions and 10 deletions

View File

@ -96,7 +96,7 @@ There can be more than one
directive in a configuration file. directive in a configuration file.
The allowed list of CPU names is architecture specific and is The allowed list of CPU names is architecture specific and is
defined in the file defined in the file
.Pa sys/conf/options. Ns Aq Ar arch . .Pa sys/conf/options . Ns Aq Ar arch .
.\" -------- DEVICE -------- .\" -------- DEVICE --------
.Pp .Pp
.It Ic device Ar name Op , Ar name Op ... .It Ic device Ar name Op , Ar name Op ...
@ -109,7 +109,7 @@ defined in the file
Devices that are specific to architecture Devices that are specific to architecture
.Ar arch .Ar arch
are defined in the file are defined in the file
.Pa sys/conf/files. Ns Aq Ar arch . .Pa sys/conf/files . Ns Aq Ar arch .
.\" -------- ENV -------- .\" -------- ENV --------
.Pp .Pp
.It Ic env Ar filename .It Ic env Ar filename
@ -182,7 +182,7 @@ specified variables.
.It Ic files Ar filename .It Ic files Ar filename
Specifies a file containing a list of files specific to that kernel Specifies a file containing a list of files specific to that kernel
configuration file (a la configuration file (a la
.Pa files. Ns Aq Ar arch ) . .Pa files . Ns Aq Ar arch ) .
.\" -------- HINTS -------- .\" -------- HINTS --------
.Pp .Pp
.It Ic hints Ar filename .It Ic hints Ar filename
@ -400,7 +400,7 @@ the file
Options specific to architecture Options specific to architecture
.Ar arch .Ar arch
are specified in the file are specified in the file
.Pa sys/conf/options. Ns Aq Ar arch . .Pa sys/conf/options . Ns Aq Ar arch .
.\" -------- PROFILE -------- .\" -------- PROFILE --------
.Pp .Pp
.It Ic profile Ar number .It Ic profile Ar number
@ -432,18 +432,18 @@ onwards, this information is passed to a booting kernel by
.Bl -tag -width ".Pa sys/conf/Makefile. Ns Ar arch" -compact .Bl -tag -width ".Pa sys/conf/Makefile. Ns Ar arch" -compact
.It Pa sys/compile/ Ns Ar NAME .It Pa sys/compile/ Ns Ar NAME
Compile directory created from a kernel configuration. Compile directory created from a kernel configuration.
.It Pa sys/conf/Makefile. Ns Ar arch .It Pa sys/conf/Makefile . Ns Ar arch
.Pa Makefile .Pa Makefile
fragments for architecture fragments for architecture
.Ar arch . .Ar arch .
.It Pa sys/conf/files .It Pa sys/conf/files
Devices common to all architectures. Devices common to all architectures.
.It Pa sys/conf/files. Ns Ar arch .It Pa sys/conf/files . Ns Ar arch
Devices for architecture Devices for architecture
.Ar arch . .Ar arch .
.It Pa sys/conf/options .It Pa sys/conf/options
Options common to all architectures. Options common to all architectures.
.It Pa sys/conf/options. Ns Ar arch .It Pa sys/conf/options . Ns Ar arch
Options for architecture Options for architecture
.Ar arch . .Ar arch .
.El .El

View File

@ -76,7 +76,8 @@ Search in
.Ar path .Ar path
for any file included by the for any file included by the
.Ic include .Ic include
directive. This option may be specified more than once. directive.
This option may be specified more than once.
.It Fl d Ar destdir .It Fl d Ar destdir
Use Use
.Ar destdir .Ar destdir
@ -238,10 +239,10 @@ in the root file system.
.Bl -tag -width "/sys/ARCH/compile/SYSTEM_NAME" -compact .Bl -tag -width "/sys/ARCH/compile/SYSTEM_NAME" -compact
.It Pa /sys/conf/files .It Pa /sys/conf/files
list of common files system is built from list of common files system is built from
.It Pa /sys/conf/Makefile. Ns Va ARCH .It Pa /sys/conf/Makefile . Ns Va ARCH
generic makefile for the generic makefile for the
.Va ARCH .Va ARCH
.It Pa /sys/conf/files. Ns Va ARCH .It Pa /sys/conf/files . Ns Va ARCH
list of list of
.Va ARCH .Va ARCH
specific files specific files