diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-22 08:40:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-22 08:40:34 +0000 |
commit | fb017c380e859f9af3e74ad718fa3c43f03249fa (patch) | |
tree | d2e7e75399fdeeedc4abd3b35495adb27c6133ce /sbin | |
parent | ed46b5e71406d3263b9c606060903f5ff4f31581 (diff) |
let's just use "getty" as the plural of `getty', because "getty's" is
very painful, and "gettys" is misleading;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index fb395034a4f..a96e8b5690e 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.35 2006/06/22 00:25:22 deraadt Exp $ +.\" $OpenBSD: init.8,v 1.36 2006/06/22 08:40:33 jmc Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -198,7 +198,7 @@ will time out after 30 seconds and print a warning message. .Pp .Nm will cease creating new -.Xr getty Ns 's +.Xr getty 8 and allow the system to slowly die away, if it is sent a terminal stop .Pq Dv TSTP signal, i.e., @@ -212,7 +212,7 @@ and .Pp .Nm will terminate multi-user operations, kill all -.Xr getty Ns 's , +.Xr getty 8 , run .Pa /etc/rc.shutdown , and halt the machine if user-defined signal 1 |