1 #!/usr/bin/sed -E -n -f 2 # $FreeBSD: src/sys/conf/makeLINT.sed,v 1.3 2003/02/26 23:36:58 ru Exp $ 3 4 /^(machine|ident|device|nodevice|makeoptions|nomakeoption|options|option|nooption|profile|cpu|maxusers)[[:space:]]/ { 5 s/[[:space:]]*#.*$// 6 p 7 }
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.