summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2019-07-12 16:57:46 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2019-07-12 16:57:46 +0000
commit02f0cbbcf7a0197d02a733f0d80de5003537dec0 (patch)
tree4c90d6d827df38c6f1cd2b7d44ccd83ffd8fa5bd /share
parentd4d30d02448f312161540cf3fab337e2517d4182 (diff)
non-null -> not .Dv NULL
Suggested by schwarze@ in a different thread
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/rtrequest.911
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man9/rtrequest.9 b/share/man/man9/rtrequest.9
index 12385886364..7de35a5638a 100644
--- a/share/man/man9/rtrequest.9
+++ b/share/man/man9/rtrequest.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtrequest.9,v 1.2 2015/10/30 09:57:39 bluhm Exp $
+.\" $OpenBSD: rtrequest.9,v 1.3 2019/07/12 16:57:45 mpi Exp $
.\"
.\" Copyright (c) 2011 Bret S. Lambert <blambert@openbsd.org>
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 30 2015 $
+.Dd $Mdocdate: July 12 2019 $
.Dt RTREQUEST 9
.Os
.Sh NAME
@@ -80,10 +80,11 @@ and the requested action is
then a default priority based on the priority of the associated
interface is chosen.
.It Fa rtp
-Must be non-NULL and point to the cloning entry if the action is
+Must point to the cloning entry if the action is
.Dv RTM_RESOLVE .
-In all cases when no error is returned and it is non-NULL, a pointer
-to the deleted or added entry is placed there.
+In all cases when no error is returned and it is not
+.Dv NULL ,
+a pointer to the deleted or added entry is placed there.
The caller must take care of releasing the returned reference by
calling
.Xr rtfree 9 .