Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Fix comments indentation.
details: https://anonhg.NetBSD.org/src/rev/2b60d1a24a37
branches: trunk
changeset: 757855:2b60d1a24a37
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Sep 28 12:39:50 2010 +0000
description:
Fix comments indentation.
diffstat:
share/man/man4/agp.4 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r 81833c447179 -r 2b60d1a24a37 share/man/man4/agp.4
--- a/share/man/man4/agp.4 Tue Sep 28 12:25:27 2010 +0000
+++ b/share/man/man4/agp.4 Tue Sep 28 12:39:50 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: agp.4,v 1.12 2008/04/30 13:10:53 martin Exp $
+.\" $NetBSD: agp.4,v 1.13 2010/09/28 12:39:50 njoly Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -82,8 +82,8 @@
.Bd -literal
typedef struct _agp_info {
agp_version version; /* version of the driver */
- uint32_t bridge_id; /* bridge vendor/device */
- uint32_t agp_mode; /* mode info of bridge */
+ uint32_t bridge_id; /* bridge vendor/device */
+ uint32_t agp_mode; /* mode info of bridge */
off_t aper_base; /* base of aperture */
size_t aper_size; /* size of aperture */
size_t pg_total; /* max pages (swap + system) */
@@ -101,7 +101,7 @@
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal
typedef struct _agp_setup {
- uint32_t agp_mode; /* mode info of bridge */
+ uint32_t agp_mode; /* mode info of bridge */
} agp_setup;
.Ed
.It Dv AGPIOC_ALLOCATE
@@ -112,7 +112,7 @@
typedef struct _agp_allocate {
int key; /* tag of allocation */
size_t pg_count; /* number of pages */
- uint32_t type; /* 0 == normal, other devspec */
+ uint32_t type; /* 0 == normal, other devspec */
paddr_t physical; /* device specific (some devices
* need a phys address of the
* actual page behind the gatt
@@ -138,7 +138,7 @@
.Bd -literal
typedef struct _agp_unbind {
int key; /* tag of allocation */
- uint32_t priority; /* priority for paging out */
+ uint32_t priority; /* priority for paging out */
} agp_unbind;
.Ed
.El
Home |
Main Index |
Thread Index |
Old Index