shithub: riscv

Download patch

ref: cfadfd97b894aa5086c94d45f67d1557968eb8ae
parent: 02f60df0f314a0090cf917dc383c35f92551af07
author: ppatience0 <ppatience0@gmail.com>
date: Thu Apr 4 12:44:23 EDT 2013

sam(1): document -i flag

--- a/sys/man/1/sam
+++ b/sys/man/1/sam
@@ -46,6 +46,15 @@
 .I samterm
 copies leading white space on the current line to the new line.
 .TP
+.B -i
+Indent with spaces.
+In this mode, when a tab character is typed
+in the terminal interface,
+.I samterm
+will insert spaces until the next tabstop.
+Backspace will delete spaces until the previous tabstop
+or another character is encountered.
+.TP
 .B -d
 Do not `download' the terminal part of
 .IR sam .
--