-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
54 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.\" $OpenBSD: sh.1,v 1.154 2022/03/31 17:27:14 naddy Exp $ | ||
.\" $OpenBSD: sh.1,v 1.155 2022/08/31 22:27:14 jmc Exp $ | ||
.\" | ||
.\" Copyright (c) 2015 Jason McIntyre <[email protected]> | ||
.\" | ||
|
@@ -14,7 +14,7 @@ | |
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
.\" | ||
.Dd $Mdocdate: March 31 2022 $ | ||
.Dd $Mdocdate: August 31 2022 $ | ||
.Dt SH 1 | ||
.Os | ||
.Sh NAME | ||
|
@@ -752,9 +752,9 @@ parameter 2 takes | |
and so on. | ||
Parameters | ||
.Sq # | ||
to | ||
down to | ||
.Sq Po #\(mi Ns Ar n Pc Ns +1 | ||
and downwards are unset and | ||
are unset and | ||
.Sq # | ||
is updated to the new number of positional parameters. | ||
If | ||
|