diff options
author | 2000-12-20 21:18:39 +0000 | |
---|---|---|
committer | 2000-12-20 21:18:39 +0000 | |
commit | e97ac592e9d2ad4a52613d22ecb06ad33905f93b (patch) | |
tree | d14ae3e9c83935f1d74481cefcc891a4ac36274d | |
parent | Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where it (diff) | |
download | wireguard-openbsd-e97ac592e9d2ad4a52613d22ecb06ad33905f93b.tar.xz wireguard-openbsd-e97ac592e9d2ad4a52613d22ecb06ad33905f93b.zip |
document "default" argument
-rw-r--r-- | sbin/route/route.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 4e831b1403b..8db6b075c48 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.25 2000/07/27 20:12:25 angelos Exp $ +.\" $OpenBSD: route.8,v 1.26 2000/12/20 21:18:39 deraadt Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -190,6 +190,12 @@ A more detailed syntax is also available, for example is interpreted to specify that the high 20 bits of the address 192.168.64.0 are the requested network. .Pp +As a special case, the default route can be accessed using an +argument of +.Dq default +for +.Ar destination . +.Pp If the destination is directly reachable via an interface requiring no intermediary system to act as a gateway, the |