update man page for 'arch' changes
This commit is contained in:
parent
c895b3c04f
commit
ddccecbf43
|
@ -96,7 +96,7 @@ subdirectory of the system source (usually
|
|||
.Pa /sys/conf ) .
|
||||
.Nm Config
|
||||
assumes the directory
|
||||
.Pa ../SYSTEM_NAME
|
||||
.Pa ../arch/SYSTEM_NAME
|
||||
exists and places all output files there.
|
||||
The output of
|
||||
.Nm config
|
||||
|
@ -139,20 +139,20 @@ should be run again.
|
|||
Attempts to compile a system that had configuration errors
|
||||
are likely to fail.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /sys/i386/conf/Makefile.i386 -compact
|
||||
.It Pa /sys/i386/conf/Makefile.i386
|
||||
.Bl -tag -width /sys/arch/i386/conf/Makefile.i386 -compact
|
||||
.It Pa /sys/arch/i386/conf/Makefile.i386
|
||||
generic makefile for the
|
||||
.Tn i386
|
||||
.It Pa /sys/conf/files
|
||||
list of common files system is built from
|
||||
.It Pa /sys/i386/conf/files.i386
|
||||
.It Pa /sys/arch/i386/conf/files.i386
|
||||
list of
|
||||
.Tn i386
|
||||
specific files
|
||||
.It Pa /sys/i386/conf/devices.i386
|
||||
.It Pa /sys/arch/i386/conf/devices.i386
|
||||
name to major device mapping file for the
|
||||
.Tn i386
|
||||
.It Pa /sys/i386/conf/files. Ns Em ERNIE
|
||||
.It Pa /sys/arch/i386/conf/files. Ns Em ERNIE
|
||||
list of files specific to
|
||||
.Em ERNIE
|
||||
system
|
||||
|
|
|
@ -96,7 +96,7 @@ subdirectory of the system source (usually
|
|||
.Pa /sys/conf ) .
|
||||
.Nm Config
|
||||
assumes the directory
|
||||
.Pa ../SYSTEM_NAME
|
||||
.Pa ../arch/SYSTEM_NAME
|
||||
exists and places all output files there.
|
||||
The output of
|
||||
.Nm config
|
||||
|
@ -139,20 +139,20 @@ should be run again.
|
|||
Attempts to compile a system that had configuration errors
|
||||
are likely to fail.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /sys/i386/conf/Makefile.i386 -compact
|
||||
.It Pa /sys/i386/conf/Makefile.i386
|
||||
.Bl -tag -width /sys/arch/i386/conf/Makefile.i386 -compact
|
||||
.It Pa /sys/arch/i386/conf/Makefile.i386
|
||||
generic makefile for the
|
||||
.Tn i386
|
||||
.It Pa /sys/conf/files
|
||||
list of common files system is built from
|
||||
.It Pa /sys/i386/conf/files.i386
|
||||
.It Pa /sys/arch/i386/conf/files.i386
|
||||
list of
|
||||
.Tn i386
|
||||
specific files
|
||||
.It Pa /sys/i386/conf/devices.i386
|
||||
.It Pa /sys/arch/i386/conf/devices.i386
|
||||
name to major device mapping file for the
|
||||
.Tn i386
|
||||
.It Pa /sys/i386/conf/files. Ns Em ERNIE
|
||||
.It Pa /sys/arch/i386/conf/files. Ns Em ERNIE
|
||||
list of files specific to
|
||||
.Em ERNIE
|
||||
system
|
||||
|
|
Loading…
Reference in New Issue