summaryrefslogtreecommitdiffstats
path: root/lib/libmenu
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2019-02-13 07:18:57 +0000
committernicm <nicm@openbsd.org>2019-02-13 07:18:57 +0000
commitd5be5a4dcd6f69b998ffcd0eda4550645ac36f26 (patch)
tree5c53df266d5fcde5b924d2cbc693834546c737e7 /lib/libmenu
parentRemove obsolete tbl suffix from ncurses man pages, no objections from (diff)
downloadwireguard-openbsd-d5be5a4dcd6f69b998ffcd0eda4550645ac36f26.tar.xz
wireguard-openbsd-d5be5a4dcd6f69b998ffcd0eda4550645ac36f26.zip
Remove obsolete tbl suffix from ncurses man pages, no objections from
millert.
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/Makefile5
-rw-r--r--lib/libmenu/menu.3 (renamed from lib/libmenu/menu.3tbl)4
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile
index c83e30fa7b7..c4435e9f504 100644
--- a/lib/libmenu/Makefile
+++ b/lib/libmenu/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2016/07/04 18:01:44 guenther Exp $
+# $OpenBSD: Makefile,v 1.18 2019/02/13 07:18:58 nicm Exp $
LIB= menu
SRCS= m_attribs.c m_cursor.c m_driver.c m_format.c \
@@ -21,9 +21,6 @@ includes:
${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
${DESTDIR}/usr/include; done
-menu.3: menu.3tbl
- cp ${.ALLSRC} ${.TARGET}
-
.include <bsd.own.mk>
afterinstall:
diff --git a/lib/libmenu/menu.3tbl b/lib/libmenu/menu.3
index 828ba82080f..66a26373d40 100644
--- a/lib/libmenu/menu.3tbl
+++ b/lib/libmenu/menu.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: menu.3tbl,v 1.6 2010/01/12 23:22:08 nicm Exp $
+.\" $OpenBSD: menu.3,v 1.4 2019/02/13 07:18:58 nicm Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. *
@@ -29,7 +29,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: menu.3tbl,v 1.6 2010/01/12 23:22:08 nicm Exp $
+.\" $Id: menu.3,v 1.4 2019/02/13 07:18:58 nicm Exp $
.TH menu 3 ""
.SH NAME
\fBmenu\fR - curses extension for programming menus