]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/spred
ssh(1): initial documentation, needs examples for authentication
[plan9front.git] / sys / man / 1 / spred
index 34e0af3a6ccf683deed4f15b38fe2651621bff87..cfdfc653482bf648e4a7a00ec797b8f34be7c9b6 100644 (file)
@@ -1,4 +1,4 @@
-b.TH SPRED 1
+.TH SPRED 1
 .SH NAME
 spred \- sprite editor
 .SH SYNOPSIS
@@ -7,7 +7,7 @@ spred \- sprite editor
 .I Spred
 is an editor for small images using a limited palette.
 It uses a window system mimicking
-.IR samterm (1).
+.IR sam (1).
 There is a command window which uses a command language described below.
 There is also an arbitrary number of palette and sprite windows.
 Each open sprite file has an associated palette file.
@@ -32,25 +32,24 @@ Available commands are:
 .B q
 Quits the program. If any files have unsaved changes, it will fail on the first attempt to quit.
 .TP
-.BI pal file
+.BI pal file
 .TP
-.BI spr file
+.BI spr file
 Open a palette (\fIpal\fR) or sprite (\fIspr\fR) file named \fIfile\fR.
 If the file does not exist it is created.
 .TP
-.BI w [file]
+.BI w " file
 Write the currently selected file to \fIfile\fR. If \fIfile\fR is not specified, the name specified to the command opening the file is used.
 .TP
-.BI size sz
+.BI size sz
 Sets the size of the current file to \fIsz\fR.
 \fISz\fR should be of the form \fIn\fR for palettes or \fIn\fB*\fIm\fR for sprites where \fIn\fR and \fIm\fR are integers.
 .TP
 .B set 0x\fIrrggbb\fR
 Sets the currently selected color to the rgb color \fI(rr,gg,bb)\fR where
-.IR rr , gg and bb
-are in hexadecimal notation.
+\fIrr, gg\fR and \fIbb\fR are in hexadecimal notation.
 .TP
-.B zoom n
+.BI zoom " n
 Sets the current zoom factor to \fIn\fR.
 .SH SOURCE
 .B /sys/src/cmd/spred