Module Name:    src
Committed By:   njoly
Date:           Wed Nov 14 23:11:28 UTC 2012

Modified Files:
        src/usr.sbin/puffs/rump_syspuffs: rump_syspuffs.8

Log Message:
Fix mandoc(1) output, use right arrow special character.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8
diff -u src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8:1.3 src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8:1.4
--- src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8:1.3	Tue Jun  9 14:27:17 2009
+++ src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8	Wed Nov 14 23:11:27 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rump_syspuffs.8,v 1.3 2009/06/09 14:27:17 pooka Exp $
+.\"	$NetBSD: rump_syspuffs.8,v 1.4 2012/11/14 23:11:27 njoly Exp $
 .\"
 .\" Copyright (c) 2008 Antti Kantee. All rights reserved.
 .\"
@@ -46,8 +46,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) \(-\*[Gt] libpuffs (u) \(-\*[Gt] p2k (u) \(-\*[Gt] puffs vfs (u) \(-\*[Gt]
-libpuffs (u) \(-\*[Gt] file server (u).
+puffs vfs (k) \(-> libpuffs (u) \(-> p2k (u) \(-> puffs vfs (u) \(->
+libpuffs (u) \(-> file server (u).
 The response path is the same, but in reverse.
 .Pp
 In its current state,

Reply via email to