diff options
author | 2006-06-22 08:40:33 +0000 | |
---|---|---|
committer | 2006-06-22 08:40:33 +0000 | |
commit | bdee1ef7f5af70adf874baa461a2916a624c6467 (patch) | |
tree | 39357c9ecc1257d39b80521ad04a2670bc1ef5c6 | |
parent | BBC-based machines swap the two registers (good going Sun -- that is why we (diff) | |
download | wireguard-openbsd-bdee1ef7f5af70adf874baa461a2916a624c6467.tar.xz wireguard-openbsd-bdee1ef7f5af70adf874baa461a2916a624c6467.zip |
let's just use "getty" as the plural of `getty', because "getty's" is
very painful, and "gettys" is misleading;
-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 |