From a6e23534ee0af1899d16b1b2dd744e190e9aaa56 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 10 Jan 2026 04:17:22 -0800 Subject: [PATCH] Fix typos --- Makefile | 3 +-- die-with-parent.1 | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 97e4244..093669f 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,7 @@ signal-names.h: install: die-with-parent install -Ds die-with-parent "$(PREFIX)/bin/die-with-parent" - install -Dm 0644 die-with-parent.1 \ - "$(PREFIX)/share/man/man1/die-with-parent.1" + install -Dm 0644 die-with-parent.1 "$(PREFIX)/share/man/man1/die-with-parent.1" clean: rm -f die-with-parent signal-names.h diff --git a/die-with-parent.1 b/die-with-parent.1 index f4124c2..1dc2195 100644 --- a/die-with-parent.1 +++ b/die-with-parent.1 @@ -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 .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 \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 https://www.gnu.org/licenses/gpl-3.0.en.html.