diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-21 15:55:40 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-21 15:55:40 +0000 |
commit | 149c72305b96de25ccb762c77ac137a89cab7bb4 (patch) | |
tree | b5e927cbcf572b242b941119c2ed85afd5c3b861 /share/man/man4/geom.4 | |
parent | 923d84c0bcd6253a158ec4f56b8ac44fb53a7b0a (diff) |
Kill whitespace at EOL.
Approved by: re (blanket)
Notes
Notes:
svn path=/head/; revision=115211
Diffstat (limited to 'share/man/man4/geom.4')
-rw-r--r-- | share/man/man4/geom.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4 index a39a1335aee3..33dce6978fab 100644 --- a/share/man/man4/geom.4 +++ b/share/man/man4/geom.4 @@ -175,7 +175,7 @@ not loose quorum. .Pp When a provider is orphaned, this does not necessarily result in any immediate change in the topology: any attached consumers are still -attached, any opened paths are still open, any outstanding I/O +attached, any opened paths are still open, any outstanding I/O requests are still outstanding. .Pp The typical scenario is @@ -183,7 +183,7 @@ The typical scenario is .It A device driver detects a disk has departed and orphans the provider for it. .It -The geoms on top of the disk receive the orphanization event and +The geoms on top of the disk receive the orphanization event and orphans all their providers in turn. Providers, which are not attached to, will typically self-destruct right away. |