Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Do not use a list in the synopsis, groff does...
details: https://anonhg.NetBSD.org/src/rev/ec72bcad99ef
branches: trunk
changeset: 747717:ec72bcad99ef
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Sep 28 14:11:56 2009 +0000
description:
Do not use a list in the synopsis, groff doesn't like that.
diffstat:
share/man/man9/ubc.9 | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 2fa2af1658bf -r ec72bcad99ef share/man/man9/ubc.9
--- a/share/man/man9/ubc.9 Mon Sep 28 10:51:35 2009 +0000
+++ b/share/man/man9/ubc.9 Mon Sep 28 14:11:56 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ubc.9,v 1.2 2009/08/03 19:18:27 rmind Exp $
+.\" $NetBSD: ubc.9,v 1.3 2009/09/28 14:11:56 joerg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -32,16 +32,13 @@
.Nd unified buffer cache
.Sh SYNOPSIS
.In uvm/uvm.h
-.Bl -ohang
-.It Ft void *
+.Ft void *
.Fn ubc_alloc "struct uvm_object *uobj" "voff_t offset" "vsize_t *lenp" \
"int advice" "int flags"
-.It Ft void
+.Ft void
.Fn ubc_release "void *va" "int flags"
-.It Ft int
-.Fn ubc_uiomove "struct uvm_object *uobj" "struct uio *uio" "vsize_t todo" \
-"int advice" "int flags"
-.El
+.Ft int
+.Fn ubc_uiomove "struct uvm_object *uobj" "struct uio *uio" "vsize_t todo" "int advice" "int flags"
.Sh DESCRIPTION
.Fn ubc_alloc
creates a kernel mapping of
Home |
Main Index |
Thread Index |
Old Index