diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-28 18:29:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-28 18:29:17 +0000 |
commit | 7cd8bc0dd5fe953476b3cde1f189a057e825fb22 (patch) | |
tree | 17923993516163fe71cb96e559826cf2fe1b7875 | |
parent | 94001502c70887fff29b52695b4849f2c0de352f (diff) |
another bug
-rw-r--r-- | usr.bin/deroff/deroff.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/deroff/deroff.1 b/usr.bin/deroff/deroff.1 index 921cae1bd57..b1a76ea8a8c 100644 --- a/usr.bin/deroff/deroff.1 +++ b/usr.bin/deroff/deroff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: deroff.1,v 1.1 2002/02/28 06:58:21 millert Exp $ +.\" $OpenBSD: deroff.1,v 1.2 2002/02/28 18:29:16 millert Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -161,3 +161,7 @@ is not a complete .Xr troff 1 interpreter, so it can be confused by subtle constructs. Most errors result in too much rather than too little output. +.Pp +The +.Fl ml +option does not correctly handle nested lists. |