Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix some mistakes spotted by wiz@.
details: https://anonhg.NetBSD.org/src/rev/0a342b7cb627
branches: trunk
changeset: 584188:0a342b7cb627
user: jmmv <jmmv%NetBSD.org@localhost>
date: Sat Sep 10 21:59:39 2005 +0000
description:
Fix some mistakes spotted by wiz@.
diffstat:
share/man/man9/tmpfs.9 | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 465e33114959 -r 0a342b7cb627 share/man/man9/tmpfs.9
--- a/share/man/man9/tmpfs.9 Sat Sep 10 21:55:35 2005 +0000
+++ b/share/man/man9/tmpfs.9 Sat Sep 10 21:59:39 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tmpfs.9,v 1.3 2005/09/10 21:48:21 wiz Exp $
+.\" $NetBSD: tmpfs.9,v 1.4 2005/09/10 21:59:39 jmmv Exp $
.\"
.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -174,8 +174,6 @@
Also, given the volatile nature of
.Nm ,
the nodes are also released as part of the unmount process.
-.\" XXX: missing half sentence?
-to describe existing files (of any type) within the file system.
.Pp
This structure is split in two parts: one holds attributes common
to all file types and the other holds data that is only applicable
@@ -457,8 +455,7 @@
.It Ft void Fn tmpfs_free_dirent "struct tmpfs_mount *tmp" "struct tmpfs_dirent *de" "boolean_t node_exists"
Frees a directory entry.
It is the responsibility of the caller to destroy the node referenced
-.\" XXX: missing word after "by"
-by if needed.
+by this directory entry, if needed.
.Pp
The link count of
.Va node
@@ -673,8 +670,7 @@
.Ss Memory pools
.Nm
uses memory pools (see
-.\" XXX: Xr wrong -- points to itself
-.Xr tmpfs 9 )
+.Xr pool 9 )
to manage the memory associated with nodes and directory entries.
.Pp
Each mounted instance of
Home |
Main Index |
Thread Index |
Old Index