diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-03-22 17:19:33 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-03-22 17:19:33 +0000 |
commit | 5caf109193ee3a8551e33227f5ba5adec3c69cea (patch) | |
tree | 7d92b95af2279f321c26b556fe059592c72654d8 /share/man | |
parent | 916cc3fa7c824da68999309c7d4ac31059cb0036 (diff) |
Fix syntax of example route command.
Diffstat (limited to 'share/man')
-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 |