Make ready for HTML output, add comma.

This commit is contained in:
wiz 2009-01-11 22:03:10 +00:00
parent eaae165147
commit 9492e5b9bf
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rump_syspuffs.8,v 1.1 2008/08/09 11:07:26 pooka Exp $
.\" $NetBSD: rump_syspuffs.8,v 1.2 2009/01/11 22:03:10 wiz Exp $
.\"
.\" Copyright (c) 2008 Antti Kantee. All rights reserved.
.\"
@ -45,8 +45,8 @@ puffs code in userspace as well.
Therefore the approximate callgraph looks a little like the following,
where k and u denote code running in the kernel space and userspace,
respectively:
puffs vfs (k) \(-> libpuffs (u) \(-> p2k (u) \(-> puffs vfs (u) \(->
libpuffs (u) \(-> file server (u).
puffs vfs (k) \(-\*[Gt] libpuffs (u) \(-\*[Gt] p2k (u) \(-\*[Gt] puffs vfs (u) \(-\*[Gt]
libpuffs (u) \(-\*[Gt] file server (u).
The response path is the same, but in reverse.
.Pp
In its current state,
@ -63,7 +63,7 @@ set the default uid to 1323:
.Sh SEE ALSO
.Xr p2k 3 ,
.Xr puffs 3 ,
.Xr rump 3
.Xr rump 3 ,
.Xr puffs 4
.Sh HISTORY
The