diff options
author | 2008-09-05 06:58:42 +0000 | |
---|---|---|
committer | 2008-09-05 06:58:42 +0000 | |
commit | fc8db31b08c0fe0b1207847171ce8f80c543b9ba (patch) | |
tree | b7af071f8d2a875e8dc1f2091cf8efd9a31991e5 | |
parent | sync (diff) | |
download | wireguard-openbsd-fc8db31b08c0fe0b1207847171ce8f80c543b9ba.tar.xz wireguard-openbsd-fc8db31b08c0fe0b1207847171ce8f80c543b9ba.zip |
get rid of the unneeded 'etc.' at the end of the list.
also remove bogus '\&' escape.
help and ok jmc@
-rw-r--r-- | share/man/man4/softraid.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index 25b1289e54e..77440532ddc 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.18 2008/06/14 00:16:38 hshoexer Exp $ +.\" $OpenBSD: softraid.4,v 1.19 2008/09/05 06:58:42 fkr Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 14 2008 $ +.Dd $Mdocdate: September 5 2008 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -42,8 +42,8 @@ supports a number of .Em disciplines . A discipline is a collection of functions that provides specific I/O functionality. -This includes I/O path, bring-up, failure recovery, statistical -information gathering etc.\& +This includes I/O path, bring-up, failure recovery, and statistical +information gathering. Essentially a discipline is a lower level driver that provides the I/O transformation for the softraid device. |