Source-Changes-HG archive

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

[src/trunk]: src add manpage, rip6query(8).



details:   https://anonhg.NetBSD.org/src/rev/7e1333e6b5c9
branches:  trunk
changeset: 480754:7e1333e6b5c9
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jan 19 06:35:22 2000 +0000

description:
add manpage, rip6query(8).

diffstat:

 distrib/sets/lists/man/mi      |   4 ++-
 usr.sbin/rip6query/Makefile    |   4 +-
 usr.sbin/rip6query/rip6query.8 |  62 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+), 3 deletions(-)

diffs (104 lines):

diff -r 44c92b076a5c -r 7e1333e6b5c9 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed Jan 19 06:10:10 2000 +0000
+++ b/distrib/sets/lists/man/mi Wed Jan 19 06:35:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.192 2000/01/19 06:10:11 mycroft Exp $
+# $NetBSD: mi,v 1.193 2000/01/19 06:35:22 itojun Exp $
 ./usr/share/info/am-utils.info
 ./usr/share/info/awk.info
 ./usr/share/info/bfd.info
@@ -842,6 +842,7 @@
 ./usr/share/man/cat8/restore.0
 ./usr/share/man/cat8/revnetgroup.0
 ./usr/share/man/cat8/rexecd.0
+./usr/share/man/cat8/rip6query.0
 ./usr/share/man/cat8/rlogind.0
 ./usr/share/man/cat8/rmail.0
 ./usr/share/man/cat8/rmt.0
@@ -1769,6 +1770,7 @@
 ./usr/share/man/man8/restore.8
 ./usr/share/man/man8/revnetgroup.8
 ./usr/share/man/man8/rexecd.8
+./usr/share/man/man8/rip6query.8
 ./usr/share/man/man8/rlogind.8
 ./usr/share/man/man8/rmail.8
 ./usr/share/man/man8/rmt.8
diff -r 44c92b076a5c -r 7e1333e6b5c9 usr.sbin/rip6query/Makefile
--- a/usr.sbin/rip6query/Makefile       Wed Jan 19 06:10:10 2000 +0000
+++ b/usr.sbin/rip6query/Makefile       Wed Jan 19 06:35:22 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 1999/07/02 11:47:12 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/19 06:35:23 itojun Exp $
 
 PROG=  rip6query
-NOMAN= yes
+MAN=   rip6query.8
 
 CPPFLAGS+=     -DINET6 -I${.CURDIR}/../route6d
 
diff -r 44c92b076a5c -r 7e1333e6b5c9 usr.sbin/rip6query/rip6query.8
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.sbin/rip6query/rip6query.8    Wed Jan 19 06:35:22 2000 +0000
@@ -0,0 +1,62 @@
+.\"
+.\" Copyright (C) 1998 and 1999 WIDE Project.
+.\" 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. Neither the name of the project 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 PROJECT 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 PROJECT 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.
+.\"
+.\"    $NetBSD: rip6query.8,v 1.1 2000/01/19 06:35:23 itojun Exp $
+.\"    KAME Id: rip6query.8,v 1.2 2000/01/19 06:24:55 itojun Exp
+.\"
+.Dd Oct 7, 1999
+.Dt RIP6QUERY 8
+.Os
+.Sh NAME
+.Nm rip6query
+.Nd RIPng debugging tool
+.\"
+.Sh SYNOPSIS
+.Nm
+.Op Fl I Ar interface
+.Ar destination
+.\"
+.Sh DESCRIPTION
+.Nm
+requests remote RIPng daemon on
+.Ar destionation
+to dump RIPng routing information.
+.Fl I
+lets you specify outgoing
+.Ar interface
+for the query packet,
+and is useful when link-local address is specified for
+.Ar destination .
+.\"
+.Sh SEE ALSO
+.Xr route6d 8
+.\"
+.Sh HISTORY
+The
+.Nm
+command first appeared in WIDE Hydrangea IPv6 protocol stack kit.



Home | Main Index | Thread Index | Old Index