diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-04-05 18:14:56 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-04-05 18:14:56 +0000 |
commit | 1903812f55cb945de8884465cff367754955079c (patch) | |
tree | b16ce6a2f6d8d20229ed9f770321eaa426c9de2d /usr.sbin | |
parent | ac2c2e5bf1bdda4488a083bf0ea77c266f59a7f5 (diff) |
Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxy
Discussed with jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ndp/ndp.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8 index ea371d81760..33f51d5f7ec 100644 --- a/usr.sbin/ndp/ndp.8 +++ b/usr.sbin/ndp/ndp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ndp.8,v 1.38 2016/04/05 18:11:33 jca Exp $ +.\" $OpenBSD: ndp.8,v 1.39 2016/04/05 18:14:55 jca Exp $ .\" $KAME: ndp.8,v 1.28 2002/07/17 08:46:33 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -175,10 +175,10 @@ The entry will be permanent unless the word is given in the command. If the word .Cm proxy -is given, this system will act as a proxy NDP server, +is given, this system will act as an ND Proxy server, responding to requests for -.Ar hostname -even though the host address is not its own. +.Ar nodename +even though the node address is not its own. .It Fl t Print a timestamp on each entry, making it possible to merge output with |