Module Name: src Committed By: wiz Date: Wed Dec 28 11:44:58 UTC 2016
Modified Files: src/share/man/man9: ethersubr.9 Log Message: Use more macros. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man9/ethersubr.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/ethersubr.9 diff -u src/share/man/man9/ethersubr.9:1.26 src/share/man/man9/ethersubr.9:1.27 --- src/share/man/man9/ethersubr.9:1.26 Wed Dec 28 07:26:24 2016 +++ src/share/man/man9/ethersubr.9 Wed Dec 28 11:44:58 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: ethersubr.9,v 1.26 2016/12/28 07:26:24 ozaki-r Exp $ +.\" $NetBSD: ethersubr.9,v 1.27 2016/12/28 11:44:58 wiz Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -97,7 +97,9 @@ there. Drivers can initialize the link level address by themselves by calling the function with .Fa lla -as NULL and calling +as +.Dv NULL +and calling .Fn if_set_sadl . .Pp This function must be called from the driver's attach function. @@ -193,4 +195,5 @@ Rewritten to attach to the new ARP syste .Sh AUTHORS UCB CSRG (original implementation) .Pp -Ignatios Souvatzis (support for new ARP system) +.An Ignatios Souvatzis +(support for new ARP system)