Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: nixify check-sysctl-docs

Use "#!/usr/bin/env -S gawk -f" instead of "#!/bin/gawk". Needed for
testing in nix environments as they only provide /usr/bin/env at the
standard location.

Signed-off-by: Joel Granados <joel.granados@kernel.org>

+1 -1
+1 -1
scripts/check-sysctl-docs
··· 1 - #!/usr/bin/gawk -f 1 + #!/usr/bin/env -S gawk -f 2 2 # SPDX-License-Identifier: GPL-2.0 3 3 4 4 # Script to check sysctl documentation against source files