diff options
author | 1999-03-16 02:46:51 +0000 | |
---|---|---|
committer | 1999-03-16 02:46:51 +0000 | |
commit | 0bef714d103a7c051d00c7254b389adb4e4526d1 (patch) | |
tree | 86bc9db99a79baa3a76f4a432f2bef2908594ba8 | |
parent | Get the pid right if a stale lock file exists. (diff) | |
download | wireguard-openbsd-0bef714d103a7c051d00c7254b389adb4e4526d1.tar.xz wireguard-openbsd-0bef714d103a7c051d00c7254b389adb4e4526d1.zip |
fix Xr; msfriedl@fau.de
-rw-r--r-- | sbin/route/route.8 | 4 | ||||
-rw-r--r-- | sbin/routed/routed.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index a8daedc0971..bdab69ad54e 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.13 1998/12/15 14:31:23 deraadt Exp $ +.\" $OpenBSD: route.8,v 1.14 1999/03/16 02:46:51 deraadt Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -95,7 +95,7 @@ Change aspects of a route (such as its gateway). Lookup and display the route for a destination. .It Cm show Print out the route table similar to "netstat \-r" (see -.Xr netstat 8 ). +.Xr netstat 1 ). .It Cm monitor Continuously report any changes to the routing information base, routing lookup misses, or suspected network partitionings. diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 640d5f47d3a..178b7a4d59c 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.20 1998/12/15 01:20:43 aaron Exp $ +.\" $OpenBSD: routed.8,v 1.21 1999/03/16 02:46:51 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -184,7 +184,7 @@ support multicasting. If no response is received on a remote interface, if there are errors while sending responses, or if there are more errors than input or output (see -.Xr netstat 8 ), +.Xr netstat 1 ), then the cable or some other part of the interface is assumed to be disconnected or broken, and routes are adjusted appropriately. .Pp |