From 2e02ba9bb1bec59223044eb2112bb4257dc0ff65 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 Feb 2005 15:19:03 +0000 Subject: [PATCH] *** empty log message *** --- doc/embed | 2 ++ doc/pty-fd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/embed b/doc/embed index f535f8d0..ee673738 100755 --- a/doc/embed +++ b/doc/embed @@ -1,5 +1,7 @@ #!/usr/bin/perl +# sample script to illustrate the -embed option + # embed a rxvt inside another X app # see also pty-fd diff --git a/doc/pty-fd b/doc/pty-fd index cc13261d..03661b85 100755 --- a/doc/pty-fd +++ b/doc/pty-fd @@ -1,5 +1,7 @@ #!/usr/bin/perl +# sample script to illustrate the -pty-fd option + use IO::Pty; use Fcntl; -- 2.34.1