From f38d8f717eef730cbb4072d98c473402a337bea2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Jan 2010 18:25:31 +0100 Subject: [PATCH] sigaction.2, sigprocmask.2, inet_ntop.3: wfix: s/non-null/non-NULL/ Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 4 ++-- man2/sigprocmask.2 | 2 +- man3/inet_ntop.3 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index d8ea19555..18510ae0c 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -77,13 +77,13 @@ and .PP If .I act -is non-null, the new action for signal +is non-NULL, the new action for signal .I signum is installed from .IR act . If .I oldact -is non-null, the previous action is saved in +is non-NULL, the previous action is saved in .IR oldact . .PP The diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2 index e0b4a7b9a..db5732e4d 100644 --- a/man2/sigprocmask.2 +++ b/man2/sigprocmask.2 @@ -72,7 +72,7 @@ The set of blocked signals is set to the argument .PP If .I oldset -is non-null, the previous value of the signal mask is stored in +is non-NULL, the previous value of the signal mask is stored in .IR oldset . If diff --git a/man3/inet_ntop.3 b/man3/inet_ntop.3 index 7de0ffafc..21f1e04be 100644 --- a/man3/inet_ntop.3 +++ b/man3/inet_ntop.3 @@ -81,7 +81,7 @@ bytes long. .SH "RETURN VALUE" On success, .BR inet_ntop () -returns a non-null pointer to +returns a non-NULL pointer to .IR dst . NULL is returned if there was an error, with .I errno