diff options
author | ceri <ceri@FreeBSD.org> | 2003-02-18 21:04:55 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-02-18 21:04:55 +0000 |
commit | 4e419f136862f893362b9adfca207cbe11cdce18 (patch) | |
tree | c33d3788cb7ffa4134a811fb507f1c8f8d36bc56 /usr.sbin | |
parent | 23b3d3e001115e12cfdbbc285a970118ab5b3dc4 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/config/config.8 | 2 |
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 |