Module Name: src Committed By: abhinav Date: Wed Jul 6 09:20:42 UTC 2016
Modified Files: src/share/man/man9: interrupt_distribute.9 Log Message: Add missing .Nd ok wiz@, knakaraha@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/interrupt_distribute.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/interrupt_distribute.9 diff -u src/share/man/man9/interrupt_distribute.9:1.1 src/share/man/man9/interrupt_distribute.9:1.2 --- src/share/man/man9/interrupt_distribute.9:1.1 Mon Aug 17 06:28:11 2015 +++ src/share/man/man9/interrupt_distribute.9 Wed Jul 6 09:20:42 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: interrupt_distribute.9,v 1.1 2015/08/17 06:28:11 knakahara Exp $ +.\" $NetBSD: interrupt_distribute.9,v 1.2 2016/07/06 09:20:42 abhinav Exp $ .\" .\" Copyright (c) 2015 Internet Initiative Japan Inc. .\" All rights reserved. @@ -29,6 +29,7 @@ .Os .Sh NAME .Nm interrupt_distribute +.Nd assign an interrupt to a CPU .Sh SYNOPSIS .In sys/interrupt.h .Ft int @@ -40,7 +41,7 @@ The function exists to assign an interrupt to a CPU. .Pp If a driver (or the other kernel component) wishes to assign an -interrupt to a CPU, it should pass a interrupt handler such as +interrupt to a CPU, it should pass an interrupt handler such as the return value of .Fn pci_intr_establish as