summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-01-30 09:45:37 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-01-30 09:45:37 +0000
commit454279d356bc0c29bac3d118af1b95721b12b41b (patch)
treeefaf6476e4c2b033a0cfd404d75ae0a1fe5929f3 /share/man/man9
parent7b64293dfe0de33d37eacc02d7911ea4ea2e9750 (diff)
markus hennecke points out i had a trailing slash on a line that
shouldnt have one
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 459f5c83f29..ce5e420825c 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.196 2014/01/30 00:44:20 dlg Exp $
+# $OpenBSD: Makefile,v 1.197 2014/01/30 09:45:36 dlg Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -46,7 +46,7 @@ MLINKS+=atomic_dec.9 atomic_dec_int.9 atomic_dec.9 atomic_dec_long.9 \
MLINKS+=atomic_inc.9 atomic_inc_int.9 atomic_inc.9 atomic_inc_long.9 \
atomic_inc.9 atomic_inc_int_nv.9 atomic_inc.9 atomic_inc_long_nv.9
MLINKS+=atomic_sub.9 atomic_sub_int.9 atomic_sub.9 atomic_sub_long.9 \
- atomic_sub.9 atomic_sub_int_nv.9 atomic_sub.9 atomic_sub_long_nv.9 \
+ atomic_sub.9 atomic_sub_int_nv.9 atomic_sub.9 atomic_sub_long_nv.9
MLINKS+=atomic_swap.9 atomic_swap_uint.9 atomic_swap.9 atomic_swap_ulong.9 \
atomic_swap.9 atomic_swap_ptr.9
MLINKS+=autoconf.9 config_init.9 autoconf.9 config_search.9 \