diff options
author | 2017-03-22 17:19:32 +0000 | |
---|---|---|
committer | 2017-03-22 17:19:32 +0000 | |
commit | 2df50f238e5dec82d9ab1e56af56b994ea06b9d1 (patch) | |
tree | 363013eb697a9c2282e8944d3e57b566c3160bec | |
parent | simplify description of -S and -w, point from EXIT STATUS (diff) | |
download | wireguard-openbsd-2df50f238e5dec82d9ab1e56af56b994ea06b9d1.tar.xz wireguard-openbsd-2df50f238e5dec82d9ab1e56af56b994ea06b9d1.zip |
Fix syntax of example route command.
-rw-r--r-- | share/man/man4/inet6.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index 601581d55de..4f5172957cf 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6.4,v 1.36 2017/03/22 07:06:23 jmc Exp $ +.\" $OpenBSD: inet6.4,v 1.37 2017/03/22 17:19:32 bluhm Exp $ .\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -124,7 +124,7 @@ Otherwise packets that have a destination address belonging to your network may be routed back to your provider via the default route. Set a reject route for your assigned prefix: .Pp -.Dl # route -add net 2001:db8::/48 ::1 -reject +.Dl # route add -net 2001:db8::/48 ::1 -reject .Sh ADDRESSING IPv6 addresses are 16 byte quantities, stored in network standard byteorder. The include file |