From owner-svn-src-all@FreeBSD.ORG Fri Mar 20 19:30:00 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DDF982A; Fri, 20 Mar 2015 19:30:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 497E0E00; Fri, 20 Mar 2015 19:30:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2KJU0vI011172; Fri, 20 Mar 2015 19:30:00 GMT (envelope-from loos@FreeBSD.org) Received: (from loos@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2KJU0ki011171; Fri, 20 Mar 2015 19:30:00 GMT (envelope-from loos@FreeBSD.org) Message-Id: <201503201930.t2KJU0ki011171@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: loos set sender to loos@FreeBSD.org using -f From: Luiz Otavio O Souza Date: Fri, 20 Mar 2015 19:30:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280298 - head/lib/libgpio X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 19:30:00 -0000 Author: loos Date: Fri Mar 20 19:29:59 2015 New Revision: 280298 URL: https://svnweb.freebsd.org/changeset/base/280298 Log: Add the missing manual page link to the recently added function. Modified: head/lib/libgpio/Makefile Modified: head/lib/libgpio/Makefile ============================================================================== --- head/lib/libgpio/Makefile Fri Mar 20 19:16:18 2015 (r280297) +++ head/lib/libgpio/Makefile Fri Mar 20 19:29:59 2015 (r280298) @@ -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 \