aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-21 20:14:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-21 20:14:15 +0000
commitdd5527c60720f715e788f56a1c857d6b3fbc2f14 (patch)
tree5d20a0f432e3dad9d3214a7d491256f75a2470a9 /share/man/man7
parentfb5ce63a63cc22c5740037f3be09a9d0ebc137f7 (diff)
downloadsrc-dd5527c60720f715e788f56a1c857d6b3fbc2f14.tar.gz
src-dd5527c60720f715e788f56a1c857d6b3fbc2f14.zip
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
Use the .Tn macro for generic FreeBSD references. Cleanup other formatting problems noticed while making the above changes.
Notes
Notes: svn path=/head/; revision=24091
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/clocks.710
-rw-r--r--share/man/man7/hier.719
2 files changed, 20 insertions, 9 deletions
diff --git a/share/man/man7/clocks.7 b/share/man/man7/clocks.7
index bce5d3de3ad5..081f9477dd13 100644
--- a/share/man/man7/clocks.7
+++ b/share/man/man7/clocks.7
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: clocks.7,v 1.5 1997/02/22 13:26:13 peter Exp $
.\" "
.Dd April 1, 1996
.Os
@@ -58,7 +58,9 @@ Note that
.Dv CLOCKS_PER_SEC
may be floating point. Don't use
.Fn clock
-in new programs under FreeBSD. It is feeble compared with
+in new programs under
+.Tn FreeBSD .
+It is feeble compared with
.Xr getrusage 2 .
It is provided for ANSI conformance. It is implemented by calling
.Fn getrusage
@@ -77,7 +79,9 @@ Note that its frequency may be different from
.Dv CLOCKS_PER_SEC .
Don't use
.Xr times 3
-in new programs under FreeBSD. It is feeble compared with
+in new programs under
+.Tn FreeBSD .
+It is feeble compared with
.Xr gettimeofday 2
together with
.Fn getrusage .
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 4eb1ba18fc79..60071592c1d4 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
-.\" $Id: hier.7,v 1.12 1997/03/08 15:54:56 wosch Exp $
+.\" $Id: hier.7,v 1.13 1997/03/09 22:39:56 wosch Exp $
.\"
.Dd June 5, 1993
.Dt HIER 7
@@ -280,7 +280,9 @@ see
.It Li local/
local executables, libraries, etc.
.br
-Also used as the default destination for the FreeBSD ports framework.
+Also used as the default destination for the
+.Tn FreeBSD
+ports framework.
Within local/, the general layout sketched out by
.Xr hier 7
should be used. Exceptions are the man directory is directly under local/
@@ -292,7 +294,9 @@ see
.It Li obj/
architecture-specific target tree produced by building the /usr/src tree
.It Li ports
-The FreeBSD ports collection (optional).
+The
+.Tn FreeBSD
+ports collection (optional).
.It Li sbin/
system daemons & system utilities (executed by users)
.It Li share/
@@ -333,9 +337,10 @@ from the
association)
.Bl -tag -width Fl -compact
.It Li FAQ/
- Frequently Asked Questions
+Frequently Asked Questions
.It Li handbook/
- FreeBSD Handbook
+.Tn FreeBSD
+Handbook
.It Li papers/
UNIX Papers
.It Li psd/
@@ -449,7 +454,9 @@ src for files in /usr/local
.It Li lkm
src for files in /lkm
.It Li release
-Files required to produce a FreeBSD
+Files required to produce a
+.Tn FreeBSD
+release
.It Li sbin/
src for files in /sbin
.It Li secure