Deleted Added
full compact
pbm.5 (26826) pbm.5 (34504)
1.\"
1.\"
2.\" $Id: pbm.5,v 1.3 1997/03/07 03:28:03 jmg Exp $
2.\" $Id: pbm.5,v 1.4 1997/06/23 04:02:45 steve Exp $
3.\"
4.Dd September 27, 1991
5.Dt PBM 5
6.Sh NAME
7.Nm pbm
8.Nd portable bitmap file format
9.Sh DESCRIPTION
10The portable bitmap format is a lowest common denominator monochrome

--- 59 unchanged lines hidden (view full) ---

70.It
71The bits are stored eight per byte, high bit first low bit last.
72.It
73No whitespace is allowed in the bits section, and only a single character
74of whitespace (typically a newline) is allowed after the height.
75.It
76The files are eight times smaller and many times faster to read and write.
77.El
3.\"
4.Dd September 27, 1991
5.Dt PBM 5
6.Sh NAME
7.Nm pbm
8.Nd portable bitmap file format
9.Sh DESCRIPTION
10The portable bitmap format is a lowest common denominator monochrome

--- 59 unchanged lines hidden (view full) ---

70.It
71The bits are stored eight per byte, high bit first low bit last.
72.It
73No whitespace is allowed in the bits section, and only a single character
74of whitespace (typically a newline) is allowed after the height.
75.It
76The files are eight times smaller and many times faster to read and write.
77.El
78.Sh AUTHOR
79Copyright (C) 1989, 1991 by Jef Poskanzer.
78.Sh AUTHORS
79Copyright (C) 1989, 1991 by
80.An Jef Poskanzer .
80.\" Permission to use, copy, modify, and distribute this software and its
81.\" documentation for any purpose and without fee is hereby granted, provided
82.\" that the above copyright notice appear in all copies and that both that
83.\" copyright notice and this permission notice appear in supporting
84.\" documentation. This software is provided "as is" without express or
85.\" implied warranty.
81.\" Permission to use, copy, modify, and distribute this software and its
82.\" documentation for any purpose and without fee is hereby granted, provided
83.\" that the above copyright notice appear in all copies and that both that
84.\" copyright notice and this permission notice appear in supporting
85.\" documentation. This software is provided "as is" without express or
86.\" implied warranty.