diff options
| author | 2000-03-06 21:46:55 +0000 | |
|---|---|---|
| committer | 2000-03-06 21:46:55 +0000 | |
| commit | d301afafa851f98c3968c34dbd9ad25ce1ef5452 (patch) | |
| tree | 6807d599a3b218c2de0681163e4aea3b9d0b5610 /share/man/man4/raid.4 | |
| parent | version 1.2.3 (diff) | |
| download | wireguard-openbsd-d301afafa851f98c3968c34dbd9ad25ce1ef5452.tar.xz wireguard-openbsd-d301afafa851f98c3968c34dbd9ad25ce1ef5452.zip | |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'share/man/man4/raid.4')
| -rw-r--r-- | share/man/man4/raid.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4 index 4a00e638d7b..66fa5e4957a 100644 --- a/share/man/man4/raid.4 +++ b/share/man/man4/raid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raid.4,v 1.9 2000/01/07 14:52:28 peter Exp $ +.\" $OpenBSD: raid.4,v 1.10 2000/03/06 21:46:57 aaron Exp $ .\" $NetBSD: raid.4,v 1.8 1999/12/15 22:07:33 abs Exp $ .\" .\" @@ -211,8 +211,8 @@ pseudo-device raid 4 # RAIDframe disk device .Pp to the kernel configuration file. The .Sq count -argument ( -.Sq 4 , +argument +.Pf ( Sq 4 , in this case), specifies the number of RAIDframe drivers to configure. At the time of this writing, 4 is the MAXIMUM of .Nm |
