diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-17 00:07:54 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-17 00:07:54 +0000 |
commit | 628ea945c27250b30d214b04140bf0b4257eb701 (patch) | |
tree | 51e87b68e1d1f026f7466a8a2b60031930d0f1c1 /share/doc/papers/memfs/1.t | |
parent | 1f37191c5223f6cb7461f529757963a18307daef (diff) | |
download | FreeBSD-src-628ea945c27250b30d214b04140bf0b4257eb701.zip FreeBSD-src-628ea945c27250b30d214b04140bf0b4257eb701.tar.gz |
Cosmetic changes for better HTML output.
Diffstat (limited to 'share/doc/papers/memfs/1.t')
-rw-r--r-- | share/doc/papers/memfs/1.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/papers/memfs/1.t b/share/doc/papers/memfs/1.t index a065844..e079be9 100644 --- a/share/doc/papers/memfs/1.t +++ b/share/doc/papers/memfs/1.t @@ -33,7 +33,7 @@ .\" .nr PS 11 .nr VS 13 -.SH +.NH Introduction .PP This paper describes the motivation for and implementation of @@ -150,7 +150,7 @@ We await the results of others trying this approach. .[ Ohta .] -.SH +.NH Implementation .PP The current implementation took less time to write than did this paper. @@ -268,7 +268,7 @@ but have not been recently accessed (or have been deleted). .[ leffler .] -.SH +.NH Performance .PP The performance of the current memory-based filesystem is determined by @@ -313,7 +313,7 @@ Here, the low latency of the memory-based filesystem is noticeable compared to the disk-based filesystem, as a synchronous operation can be done with just two context switches instead of incurring the disk latency. -.SH +.NH Future Work .PP The most obvious shortcoming of the current implementation |