Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builtin.1: minor cleanup (markup, spdx, info(1)) #1481

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions share/man/man1/builtin.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 1999 Sheldon Hearn
.\"
Expand Down Expand Up @@ -153,14 +155,14 @@
the shell will not execute a builtin command, even if the last component
of the specified command matches the name of a builtin command.
Thus, while specifying
.Dq Li echo
.Ql echo
causes a builtin command to be executed under shells that support the
.Nm echo
builtin command,
specifying
.Dq Li /bin/echo
.Ql Pa /bin/echo
or
.Dq Li ./echo
.Ql Pa ./echo
does not.
.Pp
While some builtin commands may exist in more than one shell, their
Expand All @@ -181,17 +183,16 @@
.Dq built-in commands
and some of them
.Dq reserved words .
Users of other shells may need to consult an
.Xr info 1
page or other sources of documentation.
Users of other shells may need to consult
other forms of documentation included with the shell.
.Pp
Commands marked
.Dq Li No**
.Ql No**
under
.Em External
do exist externally,
but are implemented as scripts using a builtin command of the same name.
.Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent
.Bl -column "uncomplete" "External" "csh(1)" "sh(1)" -offset indent
.It Em Command Ta Em External Ta Xr csh 1 Ta Xr sh 1
.It Ic \&! Ta \&No Ta \&No Ta Yes
.It Ic % Ta \&No Ta Yes Ta \&No
Expand Down Expand Up @@ -307,10 +308,9 @@
.Xr csh 1 ,
.Xr echo 1 ,
.Xr false 1 ,
.Xr info 1 ,
.Xr kill 1 ,
.Xr login 1 ,
.Xr nice 1 ,

Check warning on line 313 in share/man/man1/builtin.1

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line

Check warning on line 313 in share/man/man1/builtin.1

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
.Xr nohup 1 ,
.Xr printenv 1 ,
.Xr printf 1 ,
Expand Down
Loading