From 4e419f136862f893362b9adfca207cbe11cdce18 Mon Sep 17 00:00:00 2001 From: ceri Date: Tue, 18 Feb 2003 21:04:55 +0000 Subject: 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 --- usr.sbin/config/config.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') 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 -- cgit v1.1