diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 16:18:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 16:18:07 +0000 |
commit | 15aac0ded9c4353cc6a757bb184367d5503f80d8 (patch) | |
tree | 93a934f4f86cc2e84a593c196644b79f0d7e5f4a /share/doc | |
parent | 078669f3e390b2e1e5d5218e1025513c605f93a3 (diff) |
the the
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/papers/fsinterface/fsinterface.ms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/fsinterface/fsinterface.ms b/share/doc/papers/fsinterface/fsinterface.ms index 070f32e7428..a9a531727db 100644 --- a/share/doc/papers/fsinterface/fsinterface.ms +++ b/share/doc/papers/fsinterface/fsinterface.ms @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsinterface.ms,v 1.4 2003/06/02 23:30:09 millert Exp $ +.\" $OpenBSD: fsinterface.ms,v 1.5 2006/03/04 16:18:04 miod Exp $ .\" .\" Copyright (c) 1986 The Regents of the University of California. .\" All rights reserved. @@ -248,7 +248,7 @@ otherwise, the inode describes the next directory to be searched. The inode returned may be used in various ways by the caller; it may be examined, the file may be read or written, types and access may be checked, and fields may be modified. -Modified inodes are automatically written back the the filesystem +Modified inodes are automatically written back to the filesystem on disk when the last reference is released with \fIiput\fP. Although the details are considerably different, the same general scheme is used in the faster filesystem in 4.2BSD |