From 5caf109193ee3a8551e33227f5ba5adec3c69cea Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Wed, 22 Mar 2017 17:19:33 +0000 Subject: Fix syntax of example route command. --- share/man/man4/inet6.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man') 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 -- cgit v1.2.3