Module Name:    src
Committed By:   wiz
Date:           Sun Sep 12 06:53:08 UTC 2021

Modified Files:
        src/bin/sh: sh.1

Log Message:
Mark up NULL with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.232 src/bin/sh/sh.1:1.233
--- src/bin/sh/sh.1:1.232	Sun Sep 12 02:20:36 2021
+++ src/bin/sh/sh.1	Sun Sep 12 06:53:08 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.232 2021/09/12 02:20:36 kre Exp $
+.\"	$NetBSD: sh.1,v 1.233 2021/09/12 06:53:08 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -3032,7 +3032,9 @@ If
 .Ar title
 is omitted or a null string,
 .Xr setproctitle 3
-is called with a NULL format.
+is called with a
+.Dv NULL
+format.
 .Pp
 These options are mutually exclusive, the last specified is used.
 .Pp

Reply via email to