diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/bktr.4 | 6 | ||||
-rw-r--r-- | share/man/man4/bridge.4 | 14 | ||||
-rw-r--r-- | share/man/man4/gpio.4 | 10 | ||||
-rw-r--r-- | share/man/man4/hotplug.4 | 10 | ||||
-rw-r--r-- | share/man/man4/pipex.4 | 10 | ||||
-rw-r--r-- | share/man/man4/pppx.4 | 10 | ||||
-rw-r--r-- | share/man/man4/radio.4 | 10 | ||||
-rw-r--r-- | share/man/man4/tun.4 | 8 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 8 |
9 files changed, 43 insertions, 43 deletions
diff --git a/share/man/man4/bktr.4 b/share/man/man4/bktr.4 index b216d300569..72ed85fad63 100644 --- a/share/man/man4/bktr.4 +++ b/share/man/man4/bktr.4 @@ -29,10 +29,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: bktr.4,v 1.28 2013/07/16 16:05:48 schwarze Exp $ +.\" $OpenBSD: bktr.4,v 1.29 2015/09/14 17:09:26 schwarze Exp $ .\" $FreeBSD: /c/ncvs/src/share/man/man4/bktr.4,v 1.9.2.5 2001/03/06 19:08:09 ru Exp $ .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 14 2015 $ .Dt BKTR 4 .Os .Sh NAME @@ -42,7 +42,7 @@ .Cd "bktr* at pci?" .Cd "radio* at bktr?" .Pp -.Fd #include <dev/ic/bt8xx.h> +.In dev/ic/bt8xx.h .Pp .Cd "option BKTR_ALLOC_PAGES=nnn" .Cd "option BKTR_SYSTEM_DEFAULT=XXX" diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 76d4b0167de..5dee22dedfe 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.71 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: bridge.4,v 1.72 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 14 2015 $ .Dt BRIDGE 4 .Os .Sh NAME @@ -33,11 +33,11 @@ .Sh SYNOPSIS .Cd "pseudo-device bridge" .Pp -.Fd #include <sys/types.h> -.Fd #include <net/if.h> -.Fd #include <netinet/in.h> -.Fd #include <netinet/if_ether.h> -.Fd #include <net/if_bridge.h> +.In sys/types.h +.In net/if.h +.In netinet/in.h +.In netinet/if_ether.h +.In net/if_bridge.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4 index e84efbcea99..156254ce5c6 100644 --- a/share/man/man4/gpio.4 +++ b/share/man/man4/gpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpio.4,v 1.23 2014/12/10 05:42:25 jsg Exp $ +.\" $OpenBSD: gpio.4,v 1.24 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 10 2014 $ +.Dd $Mdocdate: September 14 2015 $ .Dt GPIO 4 .Os .Sh NAME @@ -33,9 +33,9 @@ .Cd "gpio* at skgpio?" Pq amd64, i386 .Cd "gpio0 at voyager?" Pq loongson .Pp -.Fd #include <sys/types.h> -.Fd #include <sys/gpio.h> -.Fd #include <sys/ioctl.h> +.In sys/types.h +.In sys/gpio.h +.In sys/ioctl.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/hotplug.4 b/share/man/man4/hotplug.4 index ffefbb2c78b..9f37e17bbac 100644 --- a/share/man/man4/hotplug.4 +++ b/share/man/man4/hotplug.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hotplug.4,v 1.5 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: hotplug.4,v 1.6 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 14 2015 $ .Dt HOTPLUG 4 .Os .Sh NAME @@ -23,9 +23,9 @@ .Sh SYNOPSIS .Cd "pseudo-device hotplug 1" .Pp -.Fd #include <sys/types.h> -.Fd #include <sys/device.h> -.Fd #include <sys/hotplug.h> +.In sys/types.h +.In sys/device.h +.In sys/hotplug.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/pipex.4 b/share/man/man4/pipex.4 index 1e33588774f..662beebe86b 100644 --- a/share/man/man4/pipex.4 +++ b/share/man/man4/pipex.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pipex.4,v 1.8 2015/06/23 06:21:53 yasuoka Exp $ +.\" $OpenBSD: pipex.4,v 1.9 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" Copyright (c) 2010 SUENAGA Hiroki <hsuenaga@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 23 2015 $ +.Dd $Mdocdate: September 14 2015 $ .Dt PIPEX 4 .Os .Sh NAME @@ -24,9 +24,9 @@ .Sh SYNOPSIS .Cd "option PIPEX" .Pp -.Fd #include <sys/socket.h> -.Fd #include <sys/ioctl.h> -.Fd #include <net/pipex.h> +.In sys/socket.h +.In sys/ioctl.h +.In net/pipex.h .Sh DESCRIPTION .Nm is used with diff --git a/share/man/man4/pppx.4 b/share/man/man4/pppx.4 index fb5d1c2a8df..d6cd25b5d10 100644 --- a/share/man/man4/pppx.4 +++ b/share/man/man4/pppx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppx.4,v 1.3 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: pppx.4,v 1.4 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2013 YASUOKA Masahiko <yasuoka@yasuoka.net> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 14 2015 $ .Dt PPPX 4 .Os .Sh NAME @@ -23,9 +23,9 @@ .Sh SYNOPSIS .Cd "pseudo-device pppx" .Pp -.Fd #include <sys/socket.h> -.Fd #include <sys/ioctl.h> -.Fd #include <net/pipex.h> +.In sys/socket.h +.In sys/ioctl.h +.In net/pipex.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/radio.4 b/share/man/man4/radio.4 index 9da17b80aa8..cd5f382f1d7 100644 --- a/share/man/man4/radio.4 +++ b/share/man/man4/radio.4 @@ -1,5 +1,5 @@ .\" $RuOBSD: radio.4,v 1.4 2001/10/26 05:38:43 form Exp $ -.\" $OpenBSD: radio.4,v 1.28 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: radio.4,v 1.29 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 14 2015 $ .Dt RADIO 4 .Os .Sh NAME @@ -41,9 +41,9 @@ .Cd "radio* at sf2r?" .Cd "radio* at udsbr?" .Pp -.Fd #include <sys/types.h> -.Fd #include <sys/ioctl.h> -.Fd #include <sys/radioio.h> +.In sys/types.h +.In sys/ioctl.h +.In sys/radioio.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index c02dbbc3f6b..56385da6f1d 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.40 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: tun.4,v 1.41 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2003 Marcus D. Watts All rights reserved. .\" @@ -26,7 +26,7 @@ .\" TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 14 2015 $ .Dt TUN 4 .Os .Sh NAME @@ -35,8 +35,8 @@ .Sh SYNOPSIS .Cd "pseudo-device tun" .Pp -.Fd #include <sys/types.h> -.Fd #include <net/if_tun.h> +.In sys/types.h +.In net/if_tun.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 94f9fcd09ea..cdf4defc64d 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.168 2015/07/15 08:39:11 jung Exp $ +.\" $OpenBSD: usb.4,v 1.169 2015/09/14 17:09:26 schwarze Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 15 2015 $ +.Dd $Mdocdate: September 14 2015 $ .Dt USB 4 .Os .Sh NAME @@ -54,8 +54,8 @@ .Pp .Cd option USBVERBOSE .Pp -.Fd "#include <dev/usb/usb.h>" -.Fd "#include <dev/usb/usbhid.h>" +.In dev/usb/usb.h +.In dev/usb/usbhid.h .Sh DESCRIPTION .Ox provides machine-independent bus support and drivers for Universal Serial Bus |