<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/biff, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-16T03:08:25Z</updated>
<entry>
<title>Bump document date for the 'beep only' change.</title>
<updated>2002-08-16T03:08:25Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2002-08-16T03:08:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af3c8cb07dc6bb51dac7a888799cb107c2c99efd'/>
<id>urn:sha1:af3c8cb07dc6bb51dac7a888799cb107c2c99efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: nits.</title>
<updated>2002-08-14T11:05:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-08-14T11:05:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3ee5eafe5bf2d621009f2fabf6166c34eea1255'/>
<id>urn:sha1:d3ee5eafe5bf2d621009f2fabf6166c34eea1255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(9): - Put a space after the 'return' keyword.</title>
<updated>2002-07-24T18:54:59Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-24T18:54:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=971b504bceae6a5a87d6065960195bb349d38cd7'/>
<id>urn:sha1:971b504bceae6a5a87d6065960195bb349d38cd7</id>
<content type='text'>
          - Wrap lines longer than 80 characters.
</content>
</entry>
<entry>
<title>Use an ANSI-C function definition rather than a</title>
<updated>2002-07-24T18:39:51Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-24T18:39:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ca470d666ccb349b9f9ed7d785a393d9c719817'/>
<id>urn:sha1:4ca470d666ccb349b9f9ed7d785a393d9c719817</id>
<content type='text'>
K&amp;R one to avoid a warning.
</content>
</entry>
<entry>
<title> - Add a COMPATIBILITY section explaining that the default</title>
<updated>2002-07-24T18:37:22Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-24T18:37:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5eb3a502f0373a7b909fab6a2d57822e4ace492b'/>
<id>urn:sha1:5eb3a502f0373a7b909fab6a2d57822e4ace492b</id>
<content type='text'>
   behaviour of obtaining the affected terminal has changed.
 - Refer to the user's terminal instead of the current
   terminal session.
 - Tell the reader what the utility does when it is invoked
   without arguments.

Submitted by:		johan
</content>
</entry>
<entry>
<title>Allow selection of the affected terminal using redirection</title>
<updated>2002-07-24T15:48:17Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-24T15:48:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=adf721d1cb2c49e20e79d43e8d1339d8348661df'/>
<id>urn:sha1:adf721d1cb2c49e20e79d43e8d1339d8348661df</id>
<content type='text'>
of standard input or standard output, like mesg(1) does.

Suggested by:	sheldonh
</content>
</entry>
<entry>
<title>Only use one %s when there is only one argument to print.</title>
<updated>2002-07-21T15:11:32Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2002-07-21T15:11:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da2dc5cc61087f9a16ab9ce24bf09577350054cb'/>
<id>urn:sha1:da2dc5cc61087f9a16ab9ce24bf09577350054cb</id>
<content type='text'>
Submitted by:	keramida
Approved by:	sheldonh (mentor)
</content>
</entry>
<entry>
<title>Add ability to only beep when mail arrives.</title>
<updated>2002-07-09T02:16:49Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2002-07-09T02:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7da9dccb668d7db7c182d36f82cd2d083574d1bc'/>
<id>urn:sha1:7da9dccb668d7db7c182d36f82cd2d083574d1bc</id>
<content type='text'>
comsat:
        only send two bell charecters if S_IXGRP is set and S_IXUSR is not.

biff:
        add new option 'b' to set S_IXGRP.

PR:             10931
Submitted by:   Andrew J. Korty &lt;ajk@purdue.edu&gt;
Approved by:    sheldonh (mentor)
MFC after:      1 month
</content>
</entry>
<entry>
<title>Add DIAGNOSTICS section to describe exit values.</title>
<updated>2002-07-09T02:13:26Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2002-07-09T02:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=894429f29b4e2b81cf44ecfd8e3e9e747ae50d9c'/>
<id>urn:sha1:894429f29b4e2b81cf44ecfd8e3e9e747ae50d9c</id>
<content type='text'>
Approved by:    sheldonh (mentor)
MFC after:      1 week
</content>
</entry>
<entry>
<title>Use `The .Nm utility'</title>
<updated>2002-04-19T23:44:58Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-19T23:44:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3898680cf705cef4e1cc606b44cd91fc4252bcd5'/>
<id>urn:sha1:3898680cf705cef4e1cc606b44cd91fc4252bcd5</id>
<content type='text'>
</content>
</entry>
</feed>
