Module Name: src Committed By: christos Date: Wed Nov 27 16:30:12 UTC 2013
Modified Files: src/share/man/man3: Makefile Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/share/man/man3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/Makefile diff -u src/share/man/man3/Makefile:1.87 src/share/man/man3/Makefile:1.88 --- src/share/man/man3/Makefile:1.87 Wed Nov 27 11:27:48 2013 +++ src/share/man/man3/Makefile Wed Nov 27 11:30:12 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2013/11/27 16:27:48 christos Exp $ +# $NetBSD: Makefile,v 1.88 2013/11/27 16:30:12 christos Exp $ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= _DIAGASSERT.3 __CONCAT.3 __UNCONST.3 __USE.3 CMSG_DATA.3 \ @@ -171,7 +171,7 @@ MLINKS+=queue.3 SIMPLEQ.3 \ queue.3 SIMPLEQ_REMOVE.3 \ queue.3 SIMPLEQ_REMOVE_AFTER.3 \ queue.3 SIMPLEQ_REMOVE_HEAD.3 \ - queue.3 SIMPLQ_REMOVE.3 + queue.3 SIMPLEQ_REMOVE.3 MLINKS+=queue.3 SLIST.3 \ queue.3 SLIST_EMPTY.3 \