From 19ee2ea58cdd28ebae596c1b67ebc1f054b32ee1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 5 Mar 1999 17:08:23 +0000 Subject: Fixed bitrot in synopsis (some const poisoning had not reached here). --- lib/libutil/auth.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libutil/auth.3') diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3 index a9732cf589d8..a026ec550349 100644 --- a/lib/libutil/auth.3 +++ b/lib/libutil/auth.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: auth.3,v 1.1 1998/10/08 06:53:32 jkh Exp $ .\" " .Dd October 7, 1998 .Os @@ -36,7 +36,7 @@ .Fd #include .Fd #include .Ft char * -.Fn auth_getval "char *name" +.Fn auth_getval "const char *name" .Pp Link with .Va -lutil -- cgit v1.2.3