diff options
| author | Alexander Ziaee <concussious@runbox.com> | 2024-09-29 08:14:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-11-29 21:38:35 +0000 |
| commit | e2a72442bd57c1373c30fab945fbfc86464f3782 (patch) | |
| tree | ff52caf3ae9f1330a415177dd0503ca94b5935f6 /bin | |
| parent | 0b32ef71f9f154f4da5037bfcbb4916960d38452 (diff) | |
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/sh.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 9903508d6381..a34f7676fffa 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1,4 +1,6 @@ .\"- +.\" SPDX-License-Identifier: BSD-3-Clause +.\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -1074,7 +1076,6 @@ or the end of the command. .Ss Grouping Commands Together Commands may be grouped by writing either -.Pp .Sm off .Bd -literal -offset indent .Po Ar list Pc @@ -2923,7 +2924,9 @@ This version of was rewritten in 1989 under the .Bx license after the Bourne shell from -.At V.4 . +.At V.4 +and first appeared in +.Bx 4.3 Net/2 . .Sh AUTHORS This version of .Nm |
