diff options
author | jdp <jdp@FreeBSD.org> | 1999-11-22 04:26:00 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-11-22 04:26:00 +0000 |
commit | a3ca1bca0f456af9fbb316a5621b5ea6ad7bcfba (patch) | |
tree | 99545ff25511b01e6b6f81771b964460286c5c42 /share | |
parent | e8e6885c6b0dee9c5ecf9f433c1eeac5cc116a51 (diff) | |
download | FreeBSD-src-a3ca1bca0f456af9fbb316a5621b5ea6ad7bcfba.zip FreeBSD-src-a3ca1bca0f456af9fbb316a5621b5ea6ad7bcfba.tar.gz |
The rt_refcnt member is a long now.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/rtentry.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/rtentry.9 b/share/man/man9/rtentry.9 index ac24d8e..0b334c5 100644 --- a/share/man/man9/rtentry.9 +++ b/share/man/man9/rtentry.9 @@ -72,7 +72,7 @@ right (some protocols will put a link-layer address here), or some intermediate stop on the way to that destination (if the .Dv RTF_GATEWAY flag is set). -.It Li "short rt_refcnt;" +.It Li "long rt_refcnt;" Route entries are reference-counted; this field indicates the number of external (to the radix tree) references. If the .Dv RTF_UP |