Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix Xr usage.



details:   https://anonhg.NetBSD.org/src/rev/294893d37e0f
branches:  trunk
changeset: 458894:294893d37e0f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Aug 15 08:37:13 2019 +0000

description:
Fix Xr usage.

diffstat:

 share/man/man9/usbnet.9 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r a66f062139e1 -r 294893d37e0f share/man/man9/usbnet.9
--- a/share/man/man9/usbnet.9   Thu Aug 15 08:36:09 2019 +0000
+++ b/share/man/man9/usbnet.9   Thu Aug 15 08:37:13 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: usbnet.9,v 1.6 2019/08/15 08:33:14 mrg Exp $
+.\"    $NetBSD: usbnet.9,v 1.7 2019/08/15 08:37:13 wiz Exp $
 .\"
 .\" Copyright (c) 2019 Matthew R. Green
 .\" All rights reserved.
@@ -442,7 +442,7 @@
 Stop interface (optional.)
 .It Ft int Fn (*uno_ioctl) "struct ifnet *ifp" "u_long cmd" "void *data"
 Simple ioctl callback (optional.)
-.It Ft int Fn (*uno_override_ioctl "struct ifnet *ifp" "u_long cmd" "void *data"
+.It Ft int Fn (*uno_override_ioctl) "struct ifnet *ifp" "u_long cmd" "void *data"
 Full ioctl callback (optional.)
 .It Ft int Fn (*uno_init) "struct ifnet *ifp"
 Initialize (bring up) interface.
@@ -597,9 +597,9 @@
 for devices that currently use
 .Fn if_input .
 The Rx lock will be held during this call, see
-.Xr Fn usbnet_lock_rx
+.Fn usbnet_lock_rx
 and
-.Xr Fn usbnet_unlock_rx .
+.Fn usbnet_unlock_rx .
 .Pp
 The
 .Fn uno_tx_prepare
@@ -615,9 +615,9 @@
 member.
 This callback is only called once per packet.
 The Tx lock will be held during this call, see
-.Xr Fn usbnet_lock_tx
+.Fn usbnet_lock_tx
 and
-.Xr Fn usbnet_unlock_tx .
+.Fn usbnet_unlock_tx .
 .Pp
 The
 .Fa struct usbnet_chain
@@ -648,9 +648,9 @@
 .El
 The read and write callbacks are called with the MII lock held.
 See
-.Xr usbnet_lock_mii
+.Fn usbnet_lock_mii
 and
-.Xr usbnet_unlock_mii .
+.Fn usbnet_unlock_mii .
 .Sh INTERRUPT PIPE
 The interrupt specific callback,
 .Dq uno_intr ,



Home | Main Index | Thread Index | Old Index