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
This commit is contained in:
parent
33432d3e3d
commit
e4d907556f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user