summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-15 17:22:33 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-15 17:22:33 +0000
commit0815036641ab49bf84a9036499ef668ea16c5d4e (patch)
treea879b9670f65fd9738f670dbab9d04aae7bb1b8d /sbin
parent412a2c55c8c3ae0f70d154bb8710b99e78ba3622 (diff)
document -d
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/route.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index ab71f3dfc4d..e7dedf44f5e 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.8,v 1.6 1997/07/13 23:12:08 angelos Exp $
+.\" $OpenBSD: route.8,v 1.7 1998/01/15 17:22:32 niklas Exp $
.\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -42,7 +42,7 @@
.Nd manually manipulate the routing tables.
.Sh SYNOPSIS
.Nm route
-.Op Fl nqv
+.Op Fl dnqv
.Ar command
.Oo
.Op Ar modifiers
@@ -65,12 +65,14 @@ programmatic interface discussed in
.Xr route 4 .
.Pp
.Bl -tag -width Ds
+.It Fl d
+Run in debug-only mode, i.e. don't actually modify the routing table.
.It Fl n
Bypasses attempts to print host and network names symbolically
when reporting actions. (The process of translating between symbolic
names and numerical equivalents can be quite time consuming, and
may require correct operation of the network; thus it may be expedient
-to forgo this, especially when attempting to repair networking operations),
+to forgo this, especially when attempting to repair networking operations).
.It Fl v
(verbose) Print additional details.
.It Fl q