diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-09-14 11:46:04 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-09-14 11:46:04 +0000 |
commit | d003c4a86073674fbc43d487d63a00933cc8523f (patch) | |
tree | a8297de8092c5b8b4e14d390512a45c4dd82bfa7 /share/man | |
parent | 3cf9a59c4d55edb628048305310dbb2a88513555 (diff) | |
download | FreeBSD-src-d003c4a86073674fbc43d487d63a00933cc8523f.zip FreeBSD-src-d003c4a86073674fbc43d487d63a00933cc8523f.tar.gz |
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
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/builtin.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index 2c60dbd..a0a1469 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. |