diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-11 22:20:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-11 22:20:02 +0000 |
commit | db5b45ba844aac723eece65f35e9da8d332ac7eb (patch) | |
tree | 6ea70bb0b6b4397bf2a59d1e33a2768c63838812 /sbin/routed/routed.8 | |
parent | fb32fc8a9d06e96ad5c62d55537fe2ffd3a1f101 (diff) |
more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes
Diffstat (limited to 'sbin/routed/routed.8')
-rw-r--r-- | sbin/routed/routed.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index fbd3d29a67c..6204b29283e 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.16 1998/09/23 01:20:25 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.17 1998/11/11 22:20:00 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,7 +79,8 @@ When started (or when a network interface is later turned on), .Nm uses an AF_ROUTE address family facility to find those directly connected interfaces configured into the -system and marked ``up''. +system and marked +.Dq up . It adds necessary routes for the interfaces to the kernel routing table. Soon after being first started, and provided there is at least one |