Among published AT&T UNIX releases, a shutdown(8) command was contained
authorschwarze <schwarze@openbsd.org>
Fri, 5 Aug 2022 09:15:28 +0000 (09:15 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 5 Aug 2022 09:15:28 +0000 (09:15 +0000)
in PWB/UNIX 1.0 (July 1977) and in System III (1982),
but not in v7 (Jan 1979) nor in 32v (May 1979).
According to the Australian UNIX User Group Newsletter Vol. I No. I
https://www.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V01.1.pdf ,
(October 1978), Letter from John Lions on page 20, UNIX/TS 1.0 (late
1978 or early 1979) also contained an implementation of shutdown(8).
So it is unlikely it came from the CSRC and more likely it was
invented either by the PWB or by the USG group.
Since we don't know for sure, only cite the first public release.

It was a mistake to say "appeared in 4.0BSD".  That release only
contained a stub manual page (without a DESCRIPTION), and the
file man8/BUGS in 4.0BSD mentions it without giving details,
presumably trying to indicate it wasn't really available yet.
The is no shutdown(8) implementation in BSD before 4.1cBSD.

OK jsg@

sbin/shutdown/shutdown.8

index 2d90370..2eebc99 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: shutdown.8,v 1.41 2022/03/31 17:27:20 naddy Exp $
+.\"    $OpenBSD: shutdown.8,v 1.42 2022/08/05 09:15:28 schwarze Exp $
 .\"    $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)shutdown.8 8.1 (Berkeley) 6/5/93
 .\"
-.Dd $Mdocdate: March 31 2022 $
+.Dd $Mdocdate: August 5 2022 $
 .Dt SHUTDOWN 8
 .Os
 .Sh NAME
@@ -203,7 +203,8 @@ a colon
 .Pq Sq \&:
 for backward compatibility.
 .Sh HISTORY
-The
+A
 .Nm
-command appeared in
-.Bx 4.0 .
+command first appeared outside of Bell Labs in PWB/UNIX 1.0
+and has been available since
+.Bx 4.1c .