Sun Aug 30 20:14:07 2020 UTC ()
Mark up path with Pa and use Ev for environment variable.


(wiz)
diff -r1.32 -r1.33 src/bin/kill/kill.1

cvs diff -r1.32 -r1.33 src/bin/kill/kill.1 (expand / switch to unified diff)

--- src/bin/kill/kill.1 2020/08/30 19:41:39 1.32
+++ src/bin/kill/kill.1 2020/08/30 20:14:07 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: kill.1,v 1.32 2020/08/30 19:41:39 kre Exp $ 1.\" $NetBSD: kill.1,v 1.33 2020/08/30 20:14:07 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1990, 1993 3.\" Copyright (c) 1980, 1990, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" the Institute of Electrical and Electronics Engineers, Inc. 7.\" the Institute of Electrical and Electronics Engineers, Inc.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -71,28 +71,30 @@ default @@ -71,28 +71,30 @@ default
71.It Fl l Op Ar exit_status 71.It Fl l Op Ar exit_status
72Display the name of the signal corresponding to 72Display the name of the signal corresponding to
73.Ar exit_status . 73.Ar exit_status .
74.Ar exit_status 74.Ar exit_status
75may be the exit status of a command killed by a signal 75may be the exit status of a command killed by a signal
76(see the 76(see the
77special 77special
78.Xr sh 1 78.Xr sh 1
79parameter 79parameter
80.Sq ?\& ) 80.Sq ?\& )
81or a signal number. 81or a signal number.
82.Pp 82.Pp
83If no operand is given, display the names of all the signals. 83If no operand is given, display the names of all the signals.
84In /bin/kill, if the variable 84In
85.Dv POSIXLY_CORRECT 85.Pa /bin/kill ,
 86if the variable
 87.Ev POSIXLY_CORRECT
86is set in the environment, this uses the POSIX specified format, 88is set in the environment, this uses the POSIX specified format,
87otherwise a slightly more pleasing layout is used. 89otherwise a slightly more pleasing layout is used.
88.It Fl signal_name 90.It Fl signal_name
89A symbolic signal name specifying the signal to be sent instead of the 91A symbolic signal name specifying the signal to be sent instead of the
90default 92default
91.Dv TERM . 93.Dv TERM .
92.It Fl signal_number 94.It Fl signal_number
93A non-negative decimal integer, specifying the signal to be sent instead 95A non-negative decimal integer, specifying the signal to be sent instead
94of the default 96of the default
95.Dv TERM . 97.Dv TERM .
96.El 98.El
97.Pp 99.Pp
98The following 100The following