Mark up functions with .Fn.

This commit is contained in:
wiz 2005-12-06 21:58:49 +00:00
parent 64d99d06ac
commit 519298998f

View File

@ -1,4 +1,4 @@
.\" $NetBSD: lmc.4,v 1.6 2005/12/06 21:57:09 wiz Exp $ .\" $NetBSD: lmc.4,v 1.7 2005/12/06 21:58:49 wiz Exp $
.\" .\"
.\" Copyright (c) 2002-2005 David Boggs. (boggs@boggs.palo-alto.ca.us) .\" Copyright (c) 2002-2005 David Boggs. (boggs@boggs.palo-alto.ca.us)
.\" All rights reserved. .\" All rights reserved.
@ -326,30 +326,30 @@ To patch an Ethernet device driver:
.if \n[fbsd] \{\ .if \n[fbsd] \{\
.Pp .Pp
add this line to add this line to
.Ic "tulip_pci_probe()" .Fn tulip_pci_probe
in in
.Pa sys/pci/if_de.c : \} .Pa sys/pci/if_de.c : \}
.if (\n[nbsd] : \n[obsd]) \{\ .if (\n[nbsd] : \n[obsd]) \{\
.Pp .Pp
add this line to add this line to
.Ic "tulip_pci_probe()" .Fn tulip_pci_probe
in in
.Pa /sys/dev/pci/if_de.c : .Pa /sys/dev/pci/if_de.c :
.Pp .Pp
add this line to add this line to
.Ic "dc_pci_match() " .Fn dc_pci_match
in in
.Pa sys/dev/pci/if_dc_pci.c : .Pa sys/dev/pci/if_dc_pci.c :
.if \n[nbsd] \{\ .if \n[nbsd] \{\
.Pp .Pp
add this line to add this line to
.Ic "tlp_pci_match() " .Fn tlp_pci_match
in in
.Pa sys/dev/pci/if_tlp_pci.c : \} \} .Pa sys/dev/pci/if_tlp_pci.c : \} \}
.if \n[bsdi] \{\ .if \n[bsdi] \{\
.Pp .Pp
add this line to add this line to
.Ic "tulip_pci_match()" .Fn tulip_pci_match
in in
.Pa sys/i386/pci/if_de.c : \} .Pa sys/i386/pci/if_de.c : \}
.Pp .Pp