Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/kill Mark up path with Pa and use Ev for environment var...



details:   https://anonhg.NetBSD.org/src/rev/998b497af412
branches:  trunk
changeset: 943313:998b497af412
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 30 20:14:07 2020 +0000

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

diffstat:

 bin/kill/kill.1 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r c5c9003313bb -r 998b497af412 bin/kill/kill.1
--- a/bin/kill/kill.1   Sun Aug 30 20:08:47 2020 +0000
+++ b/bin/kill/kill.1   Sun Aug 30 20:14:07 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index