<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/script/script.1, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Remove single-space hard sentence breaks.</title>
<updated>2000-03-06T11:37:35+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-06T11:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ca17de000c6919a96672a94b7d4e5366c5737d35'/>
<id>ca17de000c6919a96672a94b7d4e5366c5737d35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: grammar fix. (rev1.9)</title>
<updated>1999-12-13T23:47:12+00:00</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-12-13T23:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad389706c8a50614deb81fbb49222e463914e699'/>
<id>ad389706c8a50614deb81fbb49222e463914e699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:57:45+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a92bee191d618605d749ddc8e410d0ae66d03752'/>
<id>a92bee191d618605d749ddc8e410d0ae66d03752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention default time between output flushes in manual page.</title>
<updated>1998-09-29T01:49:49+00:00</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-09-29T01:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4cbaceabf11ddceb6447b2f03107a2e7beccd8c7'/>
<id>4cbaceabf11ddceb6447b2f03107a2e7beccd8c7</id>
<content type='text'>
PR:		docs/8009
Submitted by:	Stefan Eggers &lt;seggers@semyam.dinoco.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		docs/8009
Submitted by:	Stefan Eggers &lt;seggers@semyam.dinoco.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bunch of spelling errors.</title>
<updated>1998-06-04T21:06:07+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1998-06-04T21:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32c21313950e1f43b530bf8e9235461ef05f4ad8'/>
<id>32c21313950e1f43b530bf8e9235461ef05f4ad8</id>
<content type='text'>
PR:		6856
Submitted by:	Josh Gilliam &lt;josh@quick.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		6856
Submitted by:	Josh Gilliam &lt;josh@quick.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite script as a select loop rather than as a twin reader/write process.</title>
<updated>1998-03-08T14:19:18+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-03-08T14:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e8eb82a81cc4c0aa5731030989a8647bdc655cc0'/>
<id>e8eb82a81cc4c0aa5731030989a8647bdc655cc0</id>
<content type='text'>
This allows simple logging of keys sent to a session (turned on with -k).
Also allow specifying the script file flush interval.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows simple logging of keys sent to a session (turned on with -k).
Also allow specifying the script file flush interval.
</pre>
</div>
</content>
</entry>
<entry>
<title>script(1) has annoyed me with it's inflexable command argument parsing</title>
<updated>1997-12-29T13:31:46+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-12-29T13:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=51afb8df2cd90c6887e3177ee5756c8b53f78660'/>
<id>51afb8df2cd90c6887e3177ee5756c8b53f78660</id>
<content type='text'>
since I first saw it.  I finally needed to pass arguments through to
the spawned command badly enough (and urgently) that I threw this together.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since I first saw it.  I finally needed to pass arguments through to
the spawned command badly enough (and urgently) that I threw this together.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add usage(). Use err(3) instead of local redefinition.</title>
<updated>1997-08-08T12:24:49+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-08T12:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=236d2f558312262d86504309292a2358283f626c'/>
<id>236d2f558312262d86504309292a2358283f626c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
