diff options
author | murray <murray@FreeBSD.org> | 2002-03-27 06:38:25 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2002-03-27 06:38:25 +0000 |
commit | 2865579b8d144f943ea517f2b49a2f5c42055b77 (patch) | |
tree | 95c482e9135ea6e43286563c11dbaeedd5179ace /share | |
parent | e101b96a9ad94cf591e49d20f8fb51b0e16e1d93 (diff) | |
download | FreeBSD-src-2865579b8d144f943ea517f2b49a2f5c42055b77.zip FreeBSD-src-2865579b8d144f943ea517f2b49a2f5c42055b77.tar.gz |
Capitalize mfsroot consistently.
Submitted by: dd
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/drivers.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/drivers.conf.5 b/share/man/man5/drivers.conf.5 index bb26c15..0f4bba1 100644 --- a/share/man/man5/drivers.conf.5 +++ b/share/man/man5/drivers.conf.5 @@ -49,13 +49,13 @@ kernel modules to supplement the boot kernel. Once the system has booted, the modules present in the .Pa /stand/modules -directory of the MFSROOT floppy will automatically be loaded by +directory of the mfsroot floppy will automatically be loaded by .Xr sysinstall 8 . .Pp The .Pa /usr/src/release/${arch}/drivers.conf file contains a list of drivers that should be omitted from the boot -kernel and installed as kernel modules on the MFSROOT floppy. +kernel and installed as kernel modules on the mfsroot floppy. Each driver is described on a separate line; fields on each line are separated by tabs or spaces. .Pp @@ -65,7 +65,7 @@ is the name of the driver in the kernel configuration file. This is used by .Pa driver-remove.pl to remove drivers from the boot floppy kernel configuration -file that are included as modules on the MFSROOT floppy. +file that are included as modules on the mfsroot floppy. .Pp The second field, .Ar filename , |