Module Name:    src
Committed By:   simonb
Date:           Sat Jul  6 07:24:02 UTC 2024

Modified Files:
        src/libexec/getty: ttys.5

Log Message:
Use the more BSDish "kill -HUP" rather than alien^Wposix style "kill -s HUP".


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/libexec/getty/ttys.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/getty/ttys.5
diff -u src/libexec/getty/ttys.5:1.23 src/libexec/getty/ttys.5:1.24
--- src/libexec/getty/ttys.5:1.23	Thu Jul  4 15:50:22 2024
+++ src/libexec/getty/ttys.5	Sat Jul  6 07:24:01 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ttys.5,v 1.23 2024/07/04 15:50:22 uwe Exp $
+.\"	$NetBSD: ttys.5,v 1.24 2024/07/06 07:24:01 simonb Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)ttys.5	8.1 (Berkeley) 6/4/93
 .\"
-.Dd April 5, 2012
+.Dd July 6, 2024
 .Dt TTYS 5
 .Os
 .Sh NAME
@@ -187,7 +187,7 @@ signal can be sent to
 .Xr init 8
 with the command
 .Pp
-.Dl kill -s HUP 1
+.Dl kill -HUP 1
 .Pp
 On receipt of this signal,
 .Xr init 8

Reply via email to