split-man.pl (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | split-man.pl (c25ce589dca10d64dde139ae093abc258a32869c) |
---|---|
1#!/usr/bin/perl | 1#!/usr/bin/env perl |
2# SPDX-License-Identifier: GPL-2.0 3# 4# Author: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 5# 6# Produce manpages from kernel-doc. 7# See Documentation/doc-guide/kernel-doc.rst for instructions 8 9if ($#ARGV < 0) { --- 19 unchanged lines hidden --- | 2# SPDX-License-Identifier: GPL-2.0 3# 4# Author: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 5# 6# Produce manpages from kernel-doc. 7# See Documentation/doc-guide/kernel-doc.rst for instructions 8 9if ($#ARGV < 0) { --- 19 unchanged lines hidden --- |