Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 fix typo



details:   https://anonhg.NetBSD.org/src/rev/6eac8c273754
branches:  trunk
changeset: 791643:6eac8c273754
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 27 16:30:12 2013 +0000

description:
fix typo

diffstat:

 share/man/man3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9052ad4d411 -r 6eac8c273754 share/man/man3/Makefile
--- a/share/man/man3/Makefile   Wed Nov 27 16:27:48 2013 +0000
+++ b/share/man/man3/Makefile   Wed Nov 27 16:30:12 2013 +0000
@@ -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 @@
        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 \



Home | Main Index | Thread Index | Old Index