diff options
author | mpp <mpp@FreeBSD.org> | 1997-01-10 05:29:15 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-01-10 05:29:15 +0000 |
commit | 43f6fa9c859fa04e742fa9eabd4ae798335f9d4b (patch) | |
tree | 48525b093e0266129c1023421442c56ade7ba526 /share | |
parent | 19daf6f8f5b5ce29e44a4635c742047b2cbe9ec8 (diff) | |
download | FreeBSD-src-43f6fa9c859fa04e742fa9eabd4ae798335f9d4b.zip FreeBSD-src-43f6fa9c859fa04e742fa9eabd4ae798335f9d4b.tar.gz |
Fix some spelling errors.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/papers/beyond4.3/beyond43.ms | 8 | ||||
-rw-r--r-- | share/doc/papers/sysperf/4.t | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/doc/papers/beyond4.3/beyond43.ms b/share/doc/papers/beyond4.3/beyond43.ms index f83e68a..8acda2c 100644 --- a/share/doc/papers/beyond4.3/beyond43.ms +++ b/share/doc/papers/beyond4.3/beyond43.ms @@ -143,7 +143,7 @@ knowledge of irregular disk geometries such as track-to-track skew. .NH 2 Fat Fast File System .PP -The 4.2 fast file sytem [McKusick84] +The 4.2 fast file system [McKusick84] contained several statically sized structures, imposing limits on the number of cylinders per cylinder group, inodes per cylinder group, @@ -152,7 +152,7 @@ The new ``fat'' filesystem allows these limits to be set at filesystem creation time. Old kernels will treat the new filesystems as read-only, and new kernels -will accomodate both formats. +will accommodate both formats. The filesystem check facility, \fCfsck\fP, has also been modified to check either type. .br @@ -202,7 +202,7 @@ A kernel version of the OSI IP and ES-IS protocols must be produced. We will implement the kernel version of these protocols. .IP 3) The required device drivers need to be integrated into a BSD kernel. -4.3BSD has existing device drivers for many ethernet devices; future +4.3BSD has existing device drivers for many Ethernet devices; future BSD versions may also support X.25 devices as well as token ring networks. These device drivers must be integrated @@ -223,7 +223,7 @@ Compliance with POSIX 1003 .PP Berkeley became involved several months ago in the development of the IEEE POSIX P1003.1 system interface standard. -Since then, we have been parcipating in the working groups +Since then, we have been participating in the working groups of P1003.2 (shell and application utility interface), P1003.6 (security), P1003.7 (system administration), and P1003.8 (networking). diff --git a/share/doc/papers/sysperf/4.t b/share/doc/papers/sysperf/4.t index cdbfb14..cf52502 100644 --- a/share/doc/papers/sysperf/4.t +++ b/share/doc/papers/sysperf/4.t @@ -195,7 +195,7 @@ since some inodes must be left free for new files. It also makes it impossible for other parts of the kernel to verify sole use of a device or file. These reasons made it impractical to use hard references -without affecting the behavior of the inode cacheing scheme. +without affecting the behavior of the inode caching scheme. Thus, we chose instead to keep ``soft references'' protected by a \fIcapability\fP \- a 32-bit number guaranteed to be unique\u\s-22\s0\d \**. @@ -464,7 +464,7 @@ that decreases the number of small packets outstanding for network terminal traffic [Nagle84], providing additional reduction of network congestion. The overhead of packet routing has been decreased by changes in the routing -code and by cacheing the most recently used route for each datagram socket. +code and by caching the most recently used route for each datagram socket. .PP The buffer management strategy implemented by \fIsosend\fP has been changed to make better use of the increased size of the socket buffers |