summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.8
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2003-02-18 21:04:55 +0000
committerceri <ceri@FreeBSD.org>2003-02-18 21:04:55 +0000
commit4e419f136862f893362b9adfca207cbe11cdce18 (patch)
treec33d3788cb7ffa4134a811fb507f1c8f8d36bc56 /usr.sbin/config/config.8
parent23b3d3e001115e12cfdbbc285a970118ab5b3dc4 (diff)
downloadFreeBSD-src-4e419f136862f893362b9adfca207cbe11cdce18.zip
FreeBSD-src-4e419f136862f893362b9adfca207cbe11cdce18.tar.gz
Bring the suggested command for extracting a configuration file from the
kernel into line with that suggested in LINT. PR: bin/48157 Submitted by: naddy MFC After: 4.8
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r--usr.sbin/config/config.82
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 393f945..efe41b0 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -164,7 +164,7 @@ This means that
can be used to extract it from a kernel:
to extract the configuration information, use the command
.Pp
-.Dl "strings kernel | grep ___"
+.Dl "strings -n 3 kernel | sed -n 's/^___//p'"
.Sh DEBUG KERNELS
Traditional
.Bx
OpenPOWER on IntegriCloud