summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-11 15:55:29 +0000
committerru <ru@FreeBSD.org>2002-12-11 15:55:29 +0000
commit2a1141d1d91a09140a9973aba8ac0cd7d8642385 (patch)
tree584dc2252120d27caa27a2ae870c2e1cffcb709a
parent4084a2d94bd98ca0c7239f4da552b82fea33b584 (diff)
downloadFreeBSD-src-2a1141d1d91a09140a9973aba8ac0cd7d8642385.zip
FreeBSD-src-2a1141d1d91a09140a9973aba8ac0cd7d8642385.tar.gz
mdoc(7) police: Added the missing .Os call; it's not strictly
necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re
-rw-r--r--games/grdc/grdc.61
-rw-r--r--lib/libc/posix1e/mac.31
-rw-r--r--lib/libc/posix1e/mac_get.31
-rw-r--r--lib/libc/posix1e/mac_is_present.31
-rw-r--r--lib/libc/posix1e/mac_is_present_np.31
-rw-r--r--lib/libc/posix1e/mac_set.31
-rw-r--r--lib/libc/posix1e/mac_text.31
-rw-r--r--share/examples/isdn/i4brunppp/i4brunppp.81
-rw-r--r--share/man/man7/ffs.71
-rw-r--r--usr.sbin/getfmac/getfmac.81
-rw-r--r--usr.sbin/setfmac/setfmac.81
11 files changed, 11 insertions, 0 deletions
diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6
index c73e6a2..99b7678 100644
--- a/games/grdc/grdc.6
+++ b/games/grdc/grdc.6
@@ -1,6 +1,7 @@
.\" $FreeBSD$
.Dd September 25, 2001
.Dt GRDC 6
+.Os
.Sh NAME
.Nm grdc
.Nd grand digital clock (curses)
diff --git a/lib/libc/posix1e/mac.3 b/lib/libc/posix1e/mac.3
index 5d2a36f..f806dac 100644
--- a/lib/libc/posix1e/mac.3
+++ b/lib/libc/posix1e/mac.3
@@ -32,6 +32,7 @@
.\"
.Dd December 21, 2001
.Dt MAC 3
+.Os
.Sh NAME
.Nm mac
.Nd introduction to the POSIX.1e MAC security API
diff --git a/lib/libc/posix1e/mac_get.3 b/lib/libc/posix1e/mac_get.3
index 5871e67..1b679ee 100644
--- a/lib/libc/posix1e/mac_get.3
+++ b/lib/libc/posix1e/mac_get.3
@@ -35,6 +35,7 @@
.\"
.Dd December 21, 2001
.Dt MAC_GET 3
+.Os
.Sh NAME
.Nm mac_get_file ,
.Nm mac_get_fd ,
diff --git a/lib/libc/posix1e/mac_is_present.3 b/lib/libc/posix1e/mac_is_present.3
index 0d20060..0db0a99 100644
--- a/lib/libc/posix1e/mac_is_present.3
+++ b/lib/libc/posix1e/mac_is_present.3
@@ -35,6 +35,7 @@
.\"
.Dd January 9, 2002
.Dt MAC_IS_PRESENT_NP 3
+.Os
.Sh NAME
.Nm mac_is_present_np
.Nd report whether the running system has MAC support
diff --git a/lib/libc/posix1e/mac_is_present_np.3 b/lib/libc/posix1e/mac_is_present_np.3
index 0d20060..0db0a99 100644
--- a/lib/libc/posix1e/mac_is_present_np.3
+++ b/lib/libc/posix1e/mac_is_present_np.3
@@ -35,6 +35,7 @@
.\"
.Dd January 9, 2002
.Dt MAC_IS_PRESENT_NP 3
+.Os
.Sh NAME
.Nm mac_is_present_np
.Nd report whether the running system has MAC support
diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3
index c5929b2..04ab221 100644
--- a/lib/libc/posix1e/mac_set.3
+++ b/lib/libc/posix1e/mac_set.3
@@ -35,6 +35,7 @@
.\"
.Dd December 21, 2001
.Dt MAC_SET 3
+.Os
.Sh NAME
.Nm mac_set_file ,
.Nm mac_set_fd ,
diff --git a/lib/libc/posix1e/mac_text.3 b/lib/libc/posix1e/mac_text.3
index c6b9396..f5f38e0 100644
--- a/lib/libc/posix1e/mac_text.3
+++ b/lib/libc/posix1e/mac_text.3
@@ -35,6 +35,7 @@
.\"
.Dd December 21, 2001
.Dt MAC_TEXT 3
+.Os
.Sh NAME
.Nm mac_from_text ,
.Nm mac_to_text
diff --git a/share/examples/isdn/i4brunppp/i4brunppp.8 b/share/examples/isdn/i4brunppp/i4brunppp.8
index 4dd54d9..bc47990 100644
--- a/share/examples/isdn/i4brunppp/i4brunppp.8
+++ b/share/examples/isdn/i4brunppp/i4brunppp.8
@@ -28,6 +28,7 @@
.\"
.Dd July 28, 1999
.Dt I4BRUNPPP 8
+.Os
.Sh NAME
.Nm i4brunppp
.Nd interface i4b to userland ppp in server mode
diff --git a/share/man/man7/ffs.7 b/share/man/man7/ffs.7
index 36cfdf5..bf3acb9 100644
--- a/share/man/man7/ffs.7
+++ b/share/man/man7/ffs.7
@@ -32,6 +32,7 @@
.\"
.Dd December 26, 2001
.Dt FFS 7
+.Os
.Sh NAME
.Nm ffs
.Nd Berkeley fast filesystem
diff --git a/usr.sbin/getfmac/getfmac.8 b/usr.sbin/getfmac/getfmac.8
index e57cd1f..ac8277e 100644
--- a/usr.sbin/getfmac/getfmac.8
+++ b/usr.sbin/getfmac/getfmac.8
@@ -35,6 +35,7 @@
.\"
.Dd June 27, 2002
.Dt GETFMAC 8
+.Os
.Sh NAME
.Nm getfmac
.Nd print MAC label for a file system object
diff --git a/usr.sbin/setfmac/setfmac.8 b/usr.sbin/setfmac/setfmac.8
index 54e584d..175c35a 100644
--- a/usr.sbin/setfmac/setfmac.8
+++ b/usr.sbin/setfmac/setfmac.8
@@ -31,6 +31,7 @@
.\" $FreeBSD$
.Dd June 27, 2002
.Dt SETFMAC 8
+.Os
.Sh NAME
.Nm setfmac ,
.Nm setfsmac
OpenPOWER on IntegriCloud