summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-12 19:27:32 +0000
committermpp <mpp@FreeBSD.org>1996-02-12 19:27:32 +0000
commit3026d983d722723d32d24aecf0eafa1f3929ae35 (patch)
tree2f06ee54fbca9fc004d7250ee5034390b1ad9956 /share
parent534b61c9d531f0c78678a501f1f476c6cc42bfc2 (diff)
downloadFreeBSD-src-3026d983d722723d32d24aecf0eafa1f3929ae35.zip
FreeBSD-src-3026d983d722723d32d24aecf0eafa1f3929ae35.tar.gz
Document the new ".Fx" macro in the mdoc man pages. I also
changed the update(4) man page to use this new macro just to have something to test it on.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/update.411
-rw-r--r--share/man/man7/mdoc.71
-rw-r--r--share/man/man7/mdoc.samples.725
3 files changed, 31 insertions, 6 deletions
diff --git a/share/man/man4/update.4 b/share/man/man4/update.4
index f78fcef..8db326d 100644
--- a/share/man/man4/update.4
+++ b/share/man/man4/update.4
@@ -47,8 +47,9 @@ kernel process helps protect the integrity of disk volumes
by flushing
volatile cached filesystem data
to disk at thirty second intervals.
-.Nm Update
-does the equivalent of the
+The
+.Nm update
+process does the equivalent of the
.Xr sync 2
function call to do the task.
.Sh SEE ALSO
@@ -69,5 +70,7 @@ An
command appeared in
.At v6 ,
and was usually started by /etc/rc when the system went multi-user.
-.Nm Update
-was turned into a kernel initiated process in FreeBSD 2.0.
+A kernel initiated
+.Nm update
+process first appeared in
+.Fx 2.0 .
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7
index b7d92fb..c05be5a 100644
--- a/share/man/man7/mdoc.7
+++ b/share/man/man7/mdoc.7
@@ -332,6 +332,7 @@ Produces
.It Li \&Ef Ta \&No Ta \&No Ta "End font mode."
.It Li \&Em Ta Yes Ta Yes Ta "Emphasis (traditional English)."
.It Li \&Eo Ta Yes Ta Yes Ta "Enclose string open quote."
+.It Li \&Fx Ta \&No Ta \&No Ta Tn "FreeBSD operating system"
.It Li \&No Ta Yes Ta Yes Ta "Normal text (no-op)."
.It Li \&Ns Ta Yes Ta Yes Ta "No space."
.It Li \&Pc Ta Yes Ta Yes Ta "Parenthesis close quote."
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 0ebf19d..ae5106a 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -550,6 +550,8 @@ The name of the operating system
should be the common acronym, e.g.
.Tn BSD
or
+.Tn FreeBSD
+or
.Tn ATT .
The release should be the standard release
nomenclature for the system specified, e.g. 4.3, 4.3+Tahoe, V.3,
@@ -559,6 +561,9 @@ For instance, a typical footer might be:
.Pp
.Dl \&.Os BSD 4.3
.Pp
+or
+.Dl \&.Os FreeBSD 2.2
+.Pp
or for a locally produced set
.Pp
.Dl \&.Os CS Department
@@ -567,9 +572,9 @@ The Berkeley default,
.Ql \&.Os
without an argument, has been defined as
.Tn BSD
-Experimental in the
+in the
site specific file
-.Pa /usr/src/share/tmac/doc-common .
+.Pa /usr/src/gnu/usr.bin/groff/tmac/doc-common .
It really should default to
.Tn LOCAL .
Note, if the
@@ -1393,6 +1398,22 @@ callable. It accepts at most two arguments.
The
.Ql \&.Bx
macro is parsed and is callable.
+.Ss FreeBSD Macro
+.Bd -literal -offset indent -compact
+Usage: .Fx Version.release ... \*(Pu
+.Ed
+.Bl -tag -width ".Fx 2.2 ) ," -compact -offset 14n
+.It Li ".Fx 2.2 ."
+.Fx 2.2 .
+.El
+.Pp
+The
+.Ql \&.Fx
+macro is
+.Em not
+parsed and
+.Em not
+callable. It accepts at most two arguments.
.Ss UNIX Macro
.Dl Usage: .Ux ... \*(Pu
.Bl -tag -width ".Ux 4.3 ) ," -compact -offset 14n
OpenPOWER on IntegriCloud