Module Name: src Committed By: pgoyette Date: Sun Apr 30 12:30:00 UTC 2017
Modified Files: src/share/man/man9: Makefile devsw_attach.9 Log Message: Make the primary name for this man-page devsw To generate a diff of this commit: cvs rdiff -u -r1.409 -r1.410 src/share/man/man9/Makefile cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/devsw_attach.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/Makefile diff -u src/share/man/man9/Makefile:1.409 src/share/man/man9/Makefile:1.410 --- src/share/man/man9/Makefile:1.409 Sat Apr 15 13:52:51 2017 +++ src/share/man/man9/Makefile Sun Apr 30 12:30:00 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.409 2017/04/15 13:52:51 kamil Exp $ +# $NetBSD: Makefile,v 1.410 2017/04/30 12:30:00 pgoyette Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -278,7 +278,8 @@ MLINKS+=ctod.9 dtoc.9 \ ctod.9 btodb.9 MLINKS+=curproc.9 curcpu.9 curproc.9 curlwp.9 MLINKS+=delay.9 DELAY.9 -MLINKS+=devsw_attach.9 devsw_detach.9 \ +MLINKS+=devsw_attach.9 devsw.9 \ + devsw_attach.9 devsw_detach.9 \ devsw_attach.9 bdevsw_lookup.9 \ devsw_attach.9 cdevsw_lookup.9 \ devsw_attach.9 bdevsw_lookup_major.9 \ Index: src/share/man/man9/devsw_attach.9 diff -u src/share/man/man9/devsw_attach.9:1.2 src/share/man/man9/devsw_attach.9:1.3 --- src/share/man/man9/devsw_attach.9:1.2 Thu May 14 13:59:15 2015 +++ src/share/man/man9/devsw_attach.9 Sun Apr 30 12:30:00 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: devsw_attach.9,v 1.2 2015/05/14 13:59:15 wiz Exp $ +.\" $NetBSD: devsw_attach.9,v 1.3 2017/04/30 12:30:00 pgoyette Exp $ .\" .\" Copyright (c) 2015 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,10 +27,11 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 13, 2015 -.Dt DEVSW_ATTACH 9 +.Dd April 30, 2017 +.Dt DEVSW 9 .Os .Sh NAME +.Nm devsw , .Nm devsw_attach , .Nm devsw_detach , .Nm bdevsw_lookup ,