diff options
author | ru <ru@FreeBSD.org> | 2001-08-13 16:43:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-13 16:43:02 +0000 |
commit | 4e5771e1b8470c3de80bc16c6fb0d0b48f132e75 (patch) | |
tree | fd95673883afef01102a2ea1e8fdc02d3fa7bdcd | |
parent | e8e5635e4af61377712e49048b24aca59e6e6c61 (diff) | |
download | FreeBSD-src-4e5771e1b8470c3de80bc16c6fb0d0b48f132e75.zip FreeBSD-src-4e5771e1b8470c3de80bc16c6fb0d0b48f132e75.tar.gz |
mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.
-rw-r--r-- | lib/libc/sys/minherit.2 | 3 | ||||
-rw-r--r-- | lib/libc_r/man/pthread_testcancel.3 | 5 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_testcancel.3 | 5 | ||||
-rw-r--r-- | share/man/man3/pthread_testcancel.3 | 5 | ||||
-rw-r--r-- | share/man/man4/pcvt.4 | 2 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 3 |
6 files changed, 17 insertions, 6 deletions
diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 96f0ac6..0377230 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -89,4 +89,5 @@ arguments. .Sh HISTORY The .Fn minherit -function first appeared in OpenBSD. +function first appeared in +.Ox . diff --git a/lib/libc_r/man/pthread_testcancel.3 b/lib/libc_r/man/pthread_testcancel.3 index 2bb4ae2..110ab38 100644 --- a/lib/libc_r/man/pthread_testcancel.3 +++ b/lib/libc_r/man/pthread_testcancel.3 @@ -195,4 +195,7 @@ conforms to .Sh AUTHORS This man page was written by .An David Leonard Aq d@openbsd.org -for the OpenBSD implementation of pthread_cancel. +for the +.Ox +implementation of +.Xr pthread_cancel 3 . diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3 index 2bb4ae2..110ab38 100644 --- a/lib/libpthread/man/pthread_testcancel.3 +++ b/lib/libpthread/man/pthread_testcancel.3 @@ -195,4 +195,7 @@ conforms to .Sh AUTHORS This man page was written by .An David Leonard Aq d@openbsd.org -for the OpenBSD implementation of pthread_cancel. +for the +.Ox +implementation of +.Xr pthread_cancel 3 . diff --git a/share/man/man3/pthread_testcancel.3 b/share/man/man3/pthread_testcancel.3 index 2bb4ae2..110ab38 100644 --- a/share/man/man3/pthread_testcancel.3 +++ b/share/man/man3/pthread_testcancel.3 @@ -195,4 +195,7 @@ conforms to .Sh AUTHORS This man page was written by .An David Leonard Aq d@openbsd.org -for the OpenBSD implementation of pthread_cancel. +for the +.Ox +implementation of +.Xr pthread_cancel 3 . diff --git a/share/man/man4/pcvt.4 b/share/man/man4/pcvt.4 index e0d18a9..92ecc5b 100644 --- a/share/man/man4/pcvt.4 +++ b/share/man/man4/pcvt.4 @@ -698,7 +698,7 @@ has become a standard part of .Fx , .Nx and -OpenBSD. +.Ox . Since .Fx 5.0 , .Nm diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index e656c3b..1c5a1a6 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -4450,7 +4450,8 @@ will attempt to load it using .Xr kldload 2 . If this fails, an external program must be used such as the .Xr pppoe 8 -program available under OpenBSD. +program available under +.Ox . The given .Ar provider is passed as the service name in the PPPoE Discovery Initiation (PADI) |