Module Name:    src
Committed By:   wiz
Date:           Sun Aug 30 20:14:07 UTC 2020

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

Log Message:
Mark up path with Pa and use Ev for environment variable.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/kill/kill.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/kill/kill.1
diff -u src/bin/kill/kill.1:1.32 src/bin/kill/kill.1:1.33
--- src/bin/kill/kill.1:1.32	Sun Aug 30 19:41:39 2020
+++ src/bin/kill/kill.1	Sun Aug 30 20:14:07 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kill.1,v 1.32 2020/08/30 19:41:39 kre Exp $
+.\"	$NetBSD: kill.1,v 1.33 2020/08/30 20:14:07 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -81,8 +81,10 @@ parameter
 or a signal number.
 .Pp
 If no operand is given, display the names of all the signals.
-In /bin/kill, if the variable
-.Dv POSIXLY_CORRECT
+In
+.Pa /bin/kill ,
+if the variable
+.Ev POSIXLY_CORRECT
 is set in the environment, this uses the POSIX specified format,
 otherwise a slightly more pleasing layout is used.
 .It Fl signal_name

Reply via email to