diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/style.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index cbb5b53cb54..0dedea80e6d 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.3 1999/09/05 16:23:12 espie Exp $ +.\" $OpenBSD: style.9,v 1.4 1999/09/06 13:36:42 espie Exp $ .\" .Dd August 19, 1999 .Dt STYLE 9 @@ -390,8 +390,7 @@ Casts and sizeof's are not followed by a space. Note that .Xr indent 1 does not understand this rule. .Pp -.Dv -NULL +.Dv NULL is the preferred null pointer constant. Use .Dv NULL instead of |