Module Name:    src
Committed By:   joerg
Date:           Mon Sep 28 14:11:56 UTC 2009

Modified Files:
        src/share/man/man9: ubc.9

Log Message:
Do not use a list in the synopsis, groff doesn't like that.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/ubc.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/ubc.9
diff -u src/share/man/man9/ubc.9:1.2 src/share/man/man9/ubc.9:1.3
--- src/share/man/man9/ubc.9:1.2	Mon Aug  3 19:18:27 2009
+++ src/share/man/man9/ubc.9	Mon Sep 28 14:11:56 2009
@@ -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

Reply via email to