diff options
author | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | 7d99729431353c50207fda8b9ab30e1c354c6061 (patch) | |
tree | 8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /usr.sbin/config | |
parent | 56cb617a9d071d8ad21ab908ea9224e718dae618 (diff) | |
download | FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz |
Use Fx macro wherever possible.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r-- | usr.sbin/config/config.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 7a126e0..8d4692e 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -108,7 +108,8 @@ subdirectory of the system source (usually .Pa /sys/ARCH/conf ) , where .Pa ARCH -represents one of the architectures supported by FreeBSD. +represents one of the architectures supported by +.Fx . .Nm Config creates the directory .Pa ../../compile/SYSTEM_NAME @@ -173,7 +174,9 @@ provides very little support for normal kernels, and a debug kernel is needed for any meaningful analysis. .Pp For reasons of history, time and space, building a debug kernel is not the -default with FreeBSD: a debug kernel takes up to 30% longer to build and +default with +.Fx : +a debug kernel takes up to 30% longer to build and requires about 30 MB of disk storage in the build directory, compared to about 6 MB for a non-debug kernel. A debug kernel is about 11 MB in size, compared to about 2 MB for a non-debug kernel. This space is used both in the root file |