From 98afb7c0a2e4b0772f56c8171f61ec92d3d6edab Mon Sep 17 00:00:00 2001 From: trhodes Date: Fri, 25 Feb 2005 00:40:46 +0000 Subject: Fix a few markup nits in previous commit. Noticed by: ru, who else? :) --- bin/chflags/chflags.1 | 12 ++++++------ bin/cp/cp.1 | 4 +++- lib/libc/sys/mount.2 | 2 +- share/man/man7/build.7 | 4 ++-- 4 files changed, 12 insertions(+), 10 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. diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 13d8dbd..480f7a9 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -200,7 +200,7 @@ file system is described by the .Xr mount_nfs 8 manual page. It should be noted that a manual page for default -file systems, known as UFS and UFS2, do not exist. +file systems, known as UFS and UFS2, does not exist. .Pp The .Fn unmount diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 32247d7..2af6cac 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -88,7 +88,7 @@ Install everything built by Rebuild the kernel and the kernel modules. .It Cm installkernel Install the kernel and the kernel modules. -.It Cm reinstallkernel +.It Cm reinstallkernel . Reinstall the kernel and the kernel modules. .It Cm kernel Equivalent to @@ -153,12 +153,12 @@ make TARGET_ARCH=alpha DESTDIR=/clients/axp installworld .Ed .Sh SEE ALSO .Xr cc 1 , -.Xr config 8 , .Xr install 1 , .Xr make 1 , .Xr make.conf 5 , .Xr ports 7 , .Xr release 7 , +.Xr config 8 , .Xr mergemaster 8 , .Xr reboot 8 , .Xr shutdown 8 -- cgit v1.1