diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-05 21:34:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-05 21:34:52 +0000 |
commit | 524fe696c8071faaf770fff60350ee4d3115c005 (patch) | |
tree | a45bfede007eaa2d206bd7918338cb87f2d0b062 /sbin/ldattach | |
parent | 46f4727d36f9cf5195b303017c9278e846fba744 (diff) |
-indet is not a valid .Bl option, it should be -indent. But what mandoc(1)
did was spit that out on the next line of output, without warning, which
is a bug in mandoc(1)...
Diffstat (limited to 'sbin/ldattach')
-rw-r--r-- | sbin/ldattach/ldattach.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ldattach/ldattach.8 b/sbin/ldattach/ldattach.8 index c38301cab77..ed06cd1c624 100644 --- a/sbin/ldattach/ldattach.8 +++ b/sbin/ldattach/ldattach.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldattach.8,v 1.14 2009/05/06 20:14:18 stevesk Exp $ +.\" $OpenBSD: ldattach.8,v 1.15 2010/04/05 21:34:51 deraadt Exp $ .\" .\" Copyright (c) 2007, 2008 Marc Balmer <mbalmer@openbsd.org> .\" @@ -14,7 +14,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: May 6 2009 $ +.Dd $Mdocdate: April 5 2010 $ .Dt LDATTACH 8 .Os .Sh NAME @@ -104,7 +104,7 @@ character of each block of NMEA sentences. .It Ar discipline Specifies the name of the line discipline to be attached. .Pp -.Bl -tag -width nmeaXX -offset -indet -compact +.Bl -tag -width nmeaXX -offset -indent -compact .It endrun Attach the .Xr endrun 4 |