diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-04-04 16:44:23 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-04-04 16:44:23 -0400 |
commit | cfadfd97b894aa5086c94d45f67d1557968eb8ae (patch) | |
tree | f62a5ea323116066c6e74c8d2245cdfa9195f6ea /sys/man/1/sam | |
parent | 02f60df0f314a0090cf917dc383c35f92551af07 (diff) |
sam(1): document -i flag
Diffstat (limited to 'sys/man/1/sam')
-rw-r--r-- | sys/man/1/sam | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/man/1/sam b/sys/man/1/sam index 282448d24..11c2ca3a4 100644 --- a/sys/man/1/sam +++ b/sys/man/1/sam @@ -46,6 +46,15 @@ in the terminal interface, .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 . |