summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/clocks.711
-rw-r--r--share/man/man7/hier.73
-rw-r--r--share/man/man7/ports.74
3 files changed, 13 insertions, 5 deletions
diff --git a/share/man/man7/clocks.7 b/share/man/man7/clocks.7
index ec208fa..b88515e 100644
--- a/share/man/man7/clocks.7
+++ b/share/man/man7/clocks.7
@@ -37,7 +37,8 @@
.Fd #include <time.h>
.Sh DESCRIPTION
.Ql HZ
-is not part of the application interface in BSD.
+is not part of the application interface in
+.Bx .
.Pp
There are many different real and virtual (timekeeping) clocks with
different frequencies:
@@ -107,14 +108,18 @@ The mc14618a clock. This is a real clock with a nominal frequency of
clock. It isn't available to applications.
.It
The microseconds clock. This is a virtual clock with frequency
-1000000. It is used for most timekeeping in BSD and is exported
+1000000. It is used for most timekeeping in
+.Bx
+and is exported
to applications in
.Xr getrusage 2 ,
.Xr gettimeofday 2 ,
.Xr select 2 ,
.Xr getitimer 2 ,
etc... This is the clock that should normally be used
-by BSD applications.
+by
+.Bx
+applications.
.It
The i8254 clock. This is a real clock/timer with a nominal frequency of
1193182. It is divided down to give the scheduling clock. It isn't
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 30adea4..a413843 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -588,7 +588,8 @@ see
.Xr tzfile 5
.El
.It Pa src/
-BSD, third-party, and/or local source files
+.Bx ,
+third-party, and/or local source files
.Pp
.Bl -tag -width "kerberosIV/" -compact
.It Pa bin/
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index d78db81..2e830e0 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -40,7 +40,9 @@ administrators to install applications.
Each
.Em port
contains any patches necessary to make the original
-application source code compile and run on BSD. Compiling an
+application source code compile and run on
+.Bx .
+Compiling an
application is as simple as typing
.Ic make build
in the port directory! The
OpenPOWER on IntegriCloud