gil@limbic.UUCP (Gil Kloepfer Jr.) (08/08/89)
And here's the manual page that was missing on that second distribution. Too many late nights... Again, my apologies.... Gil. #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh <file", e.g.. If this archive is complete, you # will see the following message at the end: # "End of shell archive." # Contents: facedisp.1 # Wrapped by gil@limbic on Sun Jul 2 11:02:04 1989 PATH=/bin:/usr/bin:/usr/ucb ; export PATH if test -f facedisp.1 -a "${1}" != "-c" ; then echo shar: Will not over-write existing file \"facedisp.1\" else echo shar: Extracting \"facedisp.1\" \(1073 characters\) sed "s/^X//" >facedisp.1 <<'END_OF_facedisp.1' X.TH FACEDISP 1L "UNIX-pc utilities" "USENIX FaceSaver Project" X.ad b X.SH NAME Xfacedisp - display FaceSaver files on the UNIX-pc X.SH SYNOPSIS X.B facedisp X[ facefiles ... ] X.SH DESCRIPTION X.I Facedisp Xinterprets and displays the contents of a FaceSaver face file on Xthe UNIX-pc screen. Intensities are simulated using a 3x3 Xdither matrix and adjustments are made for the pixel sizes on Xthe screen. Header information is displayed in a window to the Xright of the picture. X.PP XIf \fIfacedisp\fR is invoked without an argument, stdin is Xused as input to be interpreted. In this manner, face files Xmay be stored using \fIcompress\fR and may be passed to X\fIfacedisp\fR using \fIzcat\fR. X.PP XIf FaceSaver files have been transmitted via e-mail, the mail headers Xmust be stripped from the top before running through \fIfacedisp\fR. X.SH AUTHOR XGil Kloepfer, Jr, ICUS Software Systems icus!limbic!gil X.SH SEE\ ALSO Xcompress(1L) X.SH BUGS XIf the header line is too big, it wraps into the portrait. It helps Xto sit back about 6 feet from the screen when viewing the pictures. END_OF_facedisp.1 if test 1073 -ne `wc -c <facedisp.1`; then echo shar: \"facedisp.1\" unpacked with wrong size! fi # end of overwriting check fi echo shar: End of shell archive. exit 0