diff options
author | wl <wl> | 2013-03-12 07:16:04 +0000 |
---|---|---|
committer | wl <wl> | 2013-03-12 07:16:04 +0000 |
commit | 17e9d6131d2e46b7d10d485c53b868254173dcdc (patch) | |
tree | 3002a3c5e584d82a7b03baaff78225bb008dc020 /contrib | |
parent | 669901edad50b47aa6d8e63671d8831240a86aca (diff) | |
download | groff-17e9d6131d2e46b7d10d485c53b868254173dcdc.tar.gz |
* groff_mm.man: Better document `.PIC'.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/mm/ChangeLog | 8 | ||||
-rw-r--r-- | contrib/mm/groff_mm.man | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog index 1b662cc0..0cac28bc 100644 --- a/contrib/mm/ChangeLog +++ b/contrib/mm/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 6 22:18:00 2013 Deri James <deri@chuzzlewit.myzen.co.uk> + + * groff_mm.man: Document .PIC flag -B (box). Default position of + picture is left (-L) + Fri Mar 1 08:41:18 2013 Jim Avera <james_avera@yahoo.com> * m.tmac (ds@set-format, LI): s/.ie/.if/ if no else clause. @@ -930,8 +935,7 @@ Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se) * TP&PX supported * warnings for unimplemented macros -Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 +Copyright 1991-2007, 2009-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, diff --git a/contrib/mm/groff_mm.man b/contrib/mm/groff_mm.man index 71f6fdab..d3709c74 100644 --- a/contrib/mm/groff_mm.man +++ b/contrib/mm/groff_mm.man @@ -1,6 +1,6 @@ '\" t .ig -Copyright (C) 1989, 2000-2003, 2006, 2007, 2009-2011 +Copyright (C) 1989, 2000-2003, 2006, 2007, 2009-2011, 2013 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of @@ -2077,7 +2077,7 @@ This macro must be used before any text to inhibit the page header on the first page. . .TP -.BI "PIC \fR[\fP\-L\fR] [\fP\-C\fR] [\fP\-R\fR] [\fP\-I\ " "n\fR]\fP filename \fR[\fPwidth \fR[\fPheight\fR]]\fP" +.BI "PIC \fR[\fP\-B\fR] [\fP\-L\fR] [\fP\-C\fR] [\fP\-R\fR] [\fP\-I\ " "n\fR]\fP filename \fR[\fPwidth \fR[\fPheight\fR]]\fP" Include a PostScript file in the document. The macro depends on .BR mmroff (@MAN1EXT@) @@ -2090,6 +2090,10 @@ The arguments and .BI \-I\ n adjust the picture or indent it. +With no flag the picture is adjusted to the left. +Adding +.B \-B +draws a box around the picture. The optional .I width and |