···1236712367F: include/uapi/linux/nfsd/1236812368F: include/uapi/linux/sunrpc/1236912369F: net/sunrpc/1237012370+F: tools/net/sunrpc/12370123711237112372KERNEL PACMAN PACKAGING (in addition to generic KERNEL BUILD)1237212373M: Thomas Weißschuh <linux@weissschuh.net>
+11
tools/net/sunrpc/extract.sh
···11+#! /bin/sh22+# SPDX-License-Identifier: GPL-2.033+#44+# Extract an RPC protocol specification from an RFC document.55+# The version of this script comes from RFC 8166.66+#77+# Usage:88+# $ extract.sh < rfcNNNN.txt > protocol.x99+#1010+1111+grep '^ *///' | sed 's?^ */// ??' | sed 's?^ *///$??'