1 #!/usr/bin/sed -E -n -f 2 # $FreeBSD$ 3 4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ { 5 s/[[:space:]]*#.*$// 6 p 7 }
Cache object: ccb13ee7ee4405dea375a1ff19ef9bfe
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.