Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/puffs/rump_syspuffs Fix mandoc(1) output, use right...



details:   https://anonhg.NetBSD.org/src/rev/b53a8d4ad7c8
branches:  trunk
changeset: 782695:b53a8d4ad7c8
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Nov 14 23:11:27 2012 +0000

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

diffstat:

 usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d80a91829305 -r b53a8d4ad7c8 usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8
--- a/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8      Wed Nov 14 18:34:05 2012 +0000
+++ b/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8      Wed Nov 14 23:11:27 2012 +0000
@@ -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 @@
 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,



Home | Main Index | Thread Index | Old Index