Browse Source

Plan 9 from Bell Labs 2007-01-28

David du Colombier 17 years ago
parent
commit
3eb4d77cbc
4 changed files with 21 additions and 2 deletions
  1. 1 1
      dist/replica/_plan9.db
  2. 1 1
      dist/replica/plan9.db
  3. 1 0
      dist/replica/plan9.log
  4. 18 0
      sys/man/1/acme

+ 1 - 1
dist/replica/_plan9.db

@@ -7269,7 +7269,7 @@ sys/man/1/2l - 664 sys sys 1158281887 4376
 sys/man/1/INDEX - 664 sys sys 1141357442 3040
 sys/man/1/INDEX.html - 664 sys sys 1141352366 16517
 sys/man/1/acid - 664 sys sys 1134233059 9730
-sys/man/1/acme - 664 sys sys 1134233060 18105
+sys/man/1/acme - 664 sys sys 1169932614 18550
 sys/man/1/ap - 664 sys sys 1068471657 364
 sys/man/1/ar - 664 sys sys 1079397701 3153
 sys/man/1/ascii - 664 sys sys 1145881662 2726

+ 1 - 1
dist/replica/plan9.db

@@ -7269,7 +7269,7 @@ sys/man/1/2l - 664 sys sys 1158281887 4376
 sys/man/1/INDEX - 664 sys sys 1141357442 3040
 sys/man/1/INDEX.html - 664 sys sys 1141352366 16517
 sys/man/1/acid - 664 sys sys 1134233059 9730
-sys/man/1/acme - 664 sys sys 1134233060 18105
+sys/man/1/acme - 664 sys sys 1169932614 18550
 sys/man/1/ap - 664 sys sys 1068471657 364
 sys/man/1/ar - 664 sys sys 1079397701 3153
 sys/man/1/ascii - 664 sys sys 1145881662 2726

+ 1 - 0
dist/replica/plan9.log

@@ -47449,3 +47449,4 @@
 1169753407 1 c sys/src/cmd/ls.c - 664 sys sys 1169752489 5640
 1169784006 0 c 386/bin/ls - 775 sys sys 1169783949 82470
 1169852405 0 c sys/man/8/snoopy - 664 sys sys 1169851832 4442
+1169933406 0 c sys/man/1/acme - 664 sys sys 1169932614 18550

+ 18 - 0
sys/man/1/acme

@@ -445,6 +445,24 @@ Undo last textual change or set of changes.
 .TP
 .B Zerox
 Create a copy of the window containing most recently selected text.
+.TP
+.B <|>
+If a regular shell command is preceded by a
+.BR < ,
+.BR | ,
+or
+.B >
+character, the selected text in the body of the window is affected by the
+I/O from the command.
+The
+.B <
+character causes the selection to be replaced by the standard output
+of the command;
+.B >
+causes the selection to be sent as standard input to the command; and
+.B |
+does both at once, `piping' the selection through the command and
+replacing it with the output.
 .PP
 A common place to store text for commands is in the tag; in fact
 .I acme