Add manual page for wizd(8).

This commit is contained in:
tron 2003-04-17 20:48:33 +00:00
parent 884bdfdbaf
commit 088e2da85b
3 changed files with 64 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.560 2003/04/17 11:49:35 bjh21 Exp $
# $NetBSD: mi,v 1.561 2003/04/17 20:48:33 tron Exp $
./usr/share/info/am-utils.info man-amd-info
./usr/share/info/as.info man-computil-info
./usr/share/info/awk.info man-util-info
@ -3578,6 +3578,7 @@
./usr/share/man/man8/wdogctl.8 man-sysutil-man
./usr/share/man/man8/wiconfig.8 man-netutil-man
./usr/share/man/man8/wire-test.8 man-netutil-man
./usr/share/man/man8/wizd.8 man-sysutil-man
./usr/share/man/man8/wsconscfg.8 man-sysutil-man
./usr/share/man/man8/wsconsctl.8 man-sysutil-man
./usr/share/man/man8/wsfontload.8 man-sysutil-man

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.62 2002/12/09 12:43:16 scw Exp $
# $NetBSD: Makefile,v 1.63 2003/04/17 20:48:34 tron Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN= afterboot.8 \
compat_freebsd.8 compat_hpux.8 compat_ibcs2.8 compat_linux.8 \
compat_netbsd32.8 compat_osf1.8 compat_pecoff.8 compat_sunos.8 \
compat_svr4.8 compat_ultrix.8 diskless.8 genassym.sh.8 intro.8 \
rc.8 rc.subr.8 sticky.8 yp.8
rc.8 rc.subr.8 sticky.8 wizd.8 yp.8
MLINKS+=compat_svr4.8 compat_sco.8
MLINKS+=compat_svr4.8 compat_solaris.8
MLINKS+=compat_svr4.8 compat_svr4_32.8

60
share/man/man8/wizd.8 Normal file
View File

@ -0,0 +1,60 @@
.\" $NetBSD: wizd.8,v 1.1 2003/04/17 20:48:34 tron Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd January 13, 2003
.Dt WIZD 8
.Os
.Sh NAME
.Nm wizd
.Nd fix typos and correct man pages
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
automatically checks commit messages on man pages about correct usage of
.Xr mdoc 7
macros and typos.
.Pp
A standalone mode is also available by sending mail to
.Aq wiz@netbsd.org .
.Sh CAVEATS
.Nm
is not only copyrighted, but also registered.
.Sh SEE ALSO
.Xr intro 1
.Sh HISTORY
.Nm
appeared in
.Nx 1.5 .
.Sh BUGS
Sleeps sometimes.