Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Punctuation fixes. Add another XXX.



details:   https://anonhg.NetBSD.org/src/rev/7d22576512bc
branches:  trunk
changeset: 584184:7d22576512bc
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 10 21:48:21 2005 +0000

description:
Punctuation fixes. Add another XXX.

diffstat:

 share/man/man9/tmpfs.9 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 9d12a38aea83 -r 7d22576512bc share/man/man9/tmpfs.9
--- a/share/man/man9/tmpfs.9    Sat Sep 10 21:42:32 2005 +0000
+++ b/share/man/man9/tmpfs.9    Sat Sep 10 21:48:21 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tmpfs.9,v 1.2 2005/09/10 21:42:32 wiz Exp $
+.\"    $NetBSD: tmpfs.9,v 1.3 2005/09/10 21:48:21 wiz Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -351,7 +351,7 @@
 Destroys the node pointed to by
 .Va node
 from the file system
-.Va tmp.
+.Va tmp .
 If the node does not belong to the given mount point, the results
 are unpredictable.
 .Pp
@@ -673,6 +673,7 @@
 .Ss Memory pools
 .Nm
 uses memory pools (see
+.\" XXX: Xr wrong -- points to itself
 .Xr tmpfs 9 )
 to manage the memory associated with nodes and directory entries.
 .Pp
@@ -852,7 +853,7 @@
 string pool.
 The pool can return a bigger string, but the caller must not make
 any assumptions about the real object size.
-.It Ft void Fn tmpfs_str_pool_put struct tmpfs_str_pool *tsp" "char *str" "size_t len");
+.It Ft void Fn tmpfs_str_pool_put struct tmpfs_str_pool *tsp" "char *str" "size_t len"
 Destroy the
 .Va str
 string, which was allocated from the



Home | Main Index | Thread Index | Old Index