From 4e8058e313b98e3871aa32d507d800c32b3af348 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Fri, 20 Mar 2015 19:29:59 +0000 Subject: [PATCH] Add the missing manual page link to the recently added function. --- lib/libgpio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libgpio/Makefile b/lib/libgpio/Makefile index 48b71d01a1ab..4393c79e56e5 100644 --- a/lib/libgpio/Makefile +++ b/lib/libgpio/Makefile @@ -15,6 +15,7 @@ MLINKS= gpio.3 gpio_open.3 \ gpio.3 gpio_pin_list.3 \ gpio.3 gpio_pin_config.3 \ gpio.3 gpio_pin_set_flags.3 \ + gpio.3 gpio_pin_set_name.3 \ gpio.3 gpio_pin_get.3 \ gpio.3 gpio_pin_set.3 \ gpio.3 gpio_pin_low.3 \