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 /bin/pwd/pwd.1 | |
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 'bin/pwd/pwd.1')
-rw-r--r-- | bin/pwd/pwd.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 4eaed1d..455f791 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -50,8 +50,8 @@ the standard output. .Pp Some shells may provide a builtin .Nm -command which is similar or identical to this utility. Consult -the +command which is similar or identical to this utility. +Consult the .Xr builtin 1 manual page. .Sh DIAGNOSTICS @@ -75,7 +75,7 @@ In .Xr csh 1 the command .Ic dirs -is always faster because it is built into that shell. However, -it can give a different answer in the rare case +is always faster because it is built into that shell. +However, it can give a different answer in the rare case that the current directory or a containing directory was moved after the shell descended into it. |