Fix typos
This commit is contained in:
3
Makefile
3
Makefile
@ -10,8 +10,7 @@ signal-names.h:
|
|||||||
|
|
||||||
install: die-with-parent
|
install: die-with-parent
|
||||||
install -Ds die-with-parent "$(PREFIX)/bin/die-with-parent"
|
install -Ds die-with-parent "$(PREFIX)/bin/die-with-parent"
|
||||||
install -Dm 0644 die-with-parent.1 \
|
install -Dm 0644 die-with-parent.1 "$(PREFIX)/share/man/man1/die-with-parent.1"
|
||||||
"$(PREFIX)/share/man/man1/die-with-parent.1"
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f die-with-parent signal-names.h
|
rm -f die-with-parent signal-names.h
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
.TH die-with-parent
|
.TH die-with-parent 1
|
||||||
|
|
||||||
.Sh NAME
|
.SH NAME
|
||||||
die-with-parent \- run a process, ensuring it dies when its parent does
|
die-with-parent \- run a process, ensuring it dies when its parent does
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -55,6 +55,6 @@ child process is able to call \fIprctl\fP(2). This can be avoided by use of the
|
|||||||
|
|
||||||
.SH COPYING
|
.SH COPYING
|
||||||
\fBdie-with-parent\fR is free software under the terms of the GNU Public License
|
\fBdie-with-parent\fR is free software under the terms of the GNU Public License
|
||||||
version 3 or later. You should have revived a copy of the license text with this
|
version 3 or later. You should have received a copy of the license text with this
|
||||||
software. If not, you can find the full license text at
|
software. If not, you can find the full license text at
|
||||||
https://www.gnu.org/licenses/gpl-3.0.en.html.
|
https://www.gnu.org/licenses/gpl-3.0.en.html.
|
||||||
|
|||||||
Reference in New Issue
Block a user