summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-02-25 00:40:46 +0000
committertrhodes <trhodes@FreeBSD.org>2005-02-25 00:40:46 +0000
commit98afb7c0a2e4b0772f56c8171f61ec92d3d6edab (patch)
tree04f1617f1a5c304bb436e64fd6e4b6508993e468 /bin
parent6eab363209edede97e89dda210ab95fa13694df3 (diff)
downloadFreeBSD-src-98afb7c0a2e4b0772f56c8171f61ec92d3d6edab.zip
FreeBSD-src-98afb7c0a2e4b0772f56c8171f61ec92d3d6edab.tar.gz
Fix a few markup nits in previous commit.
Noticed by: ru, who else? :)
Diffstat (limited to 'bin')
-rw-r--r--bin/chflags/chflags.112
-rw-r--r--bin/cp/cp.14
2 files changed, 9 insertions, 7 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 51e137a..426c98e 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -145,19 +145,19 @@ You can use "ls -lo" to see the flags of existing files.
Only a limited number of utilities are
.Nm
aware.
-Some of the tools which are include
+Some of these tools include
.Xr ls 1 ,
.Xr cp 1 ,
.Xr find 1 ,
+.Xr install 1 ,
.Xr dump 8 ,
and
.Xr restore 8 .
-In particular tools which are not
+In particular a tool which is not currently
.Nm
-aware include
-.Xr tar 1
-and
-.Xr pax 1 .
+aware is the
+.Xr pax 1
+utility.
.Sh HISTORY
The
.Nm
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index b254db7c..91b532f 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -94,7 +94,9 @@ If
designates a directory,
.Nm
copies the directory and the entire subtree connected at that point.
-If the source_file ends in a
+If the
+.Ar source_file
+ends in a
.Pa / ,
the contents of the directory are copied rather than the
directory itself.
OpenPOWER on IntegriCloud