From 051bb54bd3ad86473c3f598db5d67e4f1f356f40 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 11 Dec 2002 15:55:29 +0000 Subject: [PATCH] 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 --- games/grdc/grdc.6 | 1 + lib/libc/posix1e/mac.3 | 1 + lib/libc/posix1e/mac_get.3 | 1 + lib/libc/posix1e/mac_is_present.3 | 1 + lib/libc/posix1e/mac_is_present_np.3 | 1 + lib/libc/posix1e/mac_set.3 | 1 + lib/libc/posix1e/mac_text.3 | 1 + share/examples/isdn/i4brunppp/i4brunppp.8 | 1 + share/man/man7/ffs.7 | 1 + usr.sbin/getfmac/getfmac.8 | 1 + usr.sbin/setfmac/setfmac.8 | 1 + 11 files changed, 11 insertions(+) diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6 index c73e6a2e2388..99b7678822e1 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 5d2a36fb69d0..f806dac88a6e 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 5871e67cc42d..1b679ee93c9d 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 0d200603e401..0db0a999a8e8 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 0d200603e401..0db0a999a8e8 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 c5929b27e441..04ab2213f782 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 c6b9396b5b16..f5f38e0362fb 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 4dd54d9992df..bc4799032ea2 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 36cfdf55d12f..bf3acb97931d 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 e57cd1f95bba..ac8277eb308e 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 54e584de96af..175c35a4c739 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