aboutsummaryrefslogtreecommitdiff
path: root/share/man/man1
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-09-14 11:46:04 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-09-14 11:46:04 +0000
commite6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4 (patch)
tree41dfc828ee62dbb93d36644d118abbc2be235cf4 /share/man/man1
parent34dda9f49f8d99806addcc3304791c5ae7dabb8e (diff)
downloadsrc-e6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4.tar.gz
src-e6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4.zip
Correct some hard sentence breaks. Only those surrounding the previous
commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
Notes
Notes: svn path=/head/; revision=51275
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/builtin.17
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1
index 2c60dbdf2f18..a0a14695f8c2 100644
--- a/share/man/man1/builtin.1
+++ b/share/man/man1/builtin.1
@@ -125,8 +125,8 @@ any component of a pipeline except the last.
If a command specified to the shell contains a slash
.Dq \&/ ,
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
+of the specified command matches the name of a builtin command.
+Thus, while specifying
.Dq Ic echo
causes a builtin command to be executed under shells that support the
builtin echo command,
@@ -145,7 +145,8 @@ Only builtin commands for the
.Xr csh 1
and
.Xr sh 1
-shells are listed here. Consult the appropriate manual page for
+shells are listed here.
+Consult the appropriate manual page for
details on the operation of any given builtin command under those shells.
Users of other shells will need to consult the documentation supplied
with the other shells.