Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Use .In macro.



details:   https://anonhg.NetBSD.org/src/rev/371225b59052
branches:  trunk
changeset: 770528:371225b59052
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Oct 20 12:14:12 2011 +0000

description:
Use .In macro.

diffstat:

 share/man/man9/usbdi.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 582855269c10 -r 371225b59052 share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9    Thu Oct 20 10:36:42 2011 +0000
+++ b/share/man/man9/usbdi.9    Thu Oct 20 12:14:12 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: usbdi.9,v 1.7 2008/04/30 13:10:59 martin Exp $
+.\"    $NetBSD: usbdi.9,v 1.8 2011/10/20 12:14:12 njoly Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,8 +34,8 @@
 .Nm usbdi
 .Nd USB device drivers interface
 .Sh SYNOPSIS
-.Cd "#include \*[Lt]dev/usb/usb.h\*[Gt]"
-.Cd "#include \*[Lt]dev/usb/usbdi.h\*[Gt]"
+.In dev/usb/usb.h
+.In dev/usb/usbdi.h
 .Sh DESCRIPTION
 Device driver access to the USB bus centers around transfers.
 A transfer describes a communication with a USB device.



Home | Main Index | Thread Index | Old Index