diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
commit | ad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch) | |
tree | b54160234444c70a92f7729894e15af668141646 /sbin/routed | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/routed.8 | 4 | ||||
-rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index dcea3976ae5..640d5f47d3a 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.19 1998/11/28 19:56:33 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.20 1998/12/15 01:20:43 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ .Nm routed .Nd network RIP and router discovery routing daemon .Sh SYNOPSIS -.Nm +.Nm routed .Op Fl sqdghmpAt .Op Fl T Ar tracefile .Oo diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 38cdd088306..b59f0c506b3 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -5,7 +5,7 @@ .Nm rtquery .Nd query routing daemons for their routing tables .Sh SYNOPSIS -.Nm +.Nm rtquery .Op Fl np1 .Op Fl w Ar timeout .Op Fl r Ar addr |