From 38b62735e4e151b626c46dd284d19fb6b0b3f59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Teichgr=C3=A4ber?= Date: Sun, 13 Sep 2009 18:26:51 -0400 Subject: rc: implement and document <>{cmd} notation http://codereview.appspot.com/105061 --- man/man1/rc.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/man1') diff --git a/man/man1/rc.1 b/man/man1/rc.1 index 3f9eb056..228d78ce 100644 --- a/man/man1/rc.1 +++ b/man/man1/rc.1 @@ -264,6 +264,20 @@ to compare their outputs cmp <{old} <{new} .EE .HP +.BI <>{ command } +.br +The +.I command +is executed asynchronously with its standard input and +output each connected to a pipe. The value of the argument +is a pair of file names referring to the two other ends +of the pipes, in the order corresponding to the symbols +.B < +and +.B > +(first the pipe connected to the command's standard output, +then the pipe connected to its standard input). +.HP .IB argument ^ argument .br The -- cgit v1.2.3