Move vmstat.8 to vmstat.1, since the program lives in /usr/bin now and is

not super-user-only.
Cf. short discussion on tech-userlevel.
This commit is contained in:
wiz 2001-05-06 23:37:36 +00:00
parent 11527af796
commit 553c8f83e4
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.19 1999/09/12 01:19:26 chs Exp $
# $NetBSD: Makefile,v 1.20 2001/05/06 23:37:36 wiz Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= vmstat
SRCS= dkstats.c vmstat.c
MAN= vmstat.8
MAN= vmstat.1
DPADD= ${LIBKVM}
LDADD= -lkvm
BINGRP= kmem

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vmstat.8,v 1.22 2001/04/26 23:16:47 wiz Exp $
.\" $NetBSD: vmstat.1,v 1.1 2001/05/06 23:37:36 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.