]> Sergey Matveev's repositories - mmc.git/blobdiff - doc/usage.texi
Simpler scrollback history getter
[mmc.git] / doc / usage.texi
index b8ebf7883bff6af3ed3c5c69afb04a7d2164053f..b0f4a8005ef316bd8eedf9d39914986cd0307d02 100644 (file)
@@ -7,7 +7,7 @@
 compile Go programs in @file{cmd} subdirectory.
 
 @example
-for c (cmd/rd cmd/mmc cmd/scrollback cmd/ch-leave) @{
+for c (cmd/rd cmd/mmc cmd/sb cmd/ch-leave) @{
     pushd $c ; go build -ldflags=-s ; popd
 @}
 @end example
@@ -65,10 +65,7 @@ are online, preventing you becoming away.
 @item You can preliminary fill your history:
 
 @example
-for c (users/*(/) chans/*(/)) @{
-    cmd/scrollback -whole `cat $c/id` > $c/out.rec
-    cmd/last-update < $c/out.rec > $c/last
-@}
+for c (users/*(/) chans/*(/)) cmd/sb/all $c
 @end example
 
 @end enumerate