<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/cron/crontab/crontab.1, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-18T20:02:45Z</updated>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T20:02:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T20:02:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59a3c79da68b53e9d606f0b7991574d982a843e1'/>
<id>urn:sha1:59a3c79da68b53e9d606f0b7991574d982a843e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Markup nits.</title>
<updated>2004-06-04T19:23:12Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-06-04T19:23:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b18b186e57994f7743b78246b6feea779a3dfb5e'/>
<id>urn:sha1:b18b186e57994f7743b78246b6feea779a3dfb5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate hard sentence breaks.</title>
<updated>2004-03-04T19:12:27Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2004-03-04T19:12:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aaa66740bff6164c0f23ded738fcc202043b38a7'/>
<id>urn:sha1:aaa66740bff6164c0f23ded738fcc202043b38a7</id>
<content type='text'>
General markup fixes (use the .Dq macro).
</content>
</entry>
<entry>
<title>Mention the fact that our crontab is not fully POSIX.2 conform, because</title>
<updated>2003-10-24T13:02:39Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-10-24T13:02:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b9ff618c3af22fe5c13cc56ce9db940682bd173e'/>
<id>urn:sha1:b9ff618c3af22fe5c13cc56ce9db940682bd173e</id>
<content type='text'>
it doesn't allow the dangerous variant of calling it without any
argument.
</content>
</entry>
<entry>
<title>Use `The .Nm utility'</title>
<updated>2002-04-20T12:27:18Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-20T12:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f94b8deee60475f7d25f04484f36e824d2ce21d'/>
<id>urn:sha1:7f94b8deee60475f7d25f04484f36e824d2ce21d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Describe the format of the allow and deny files. This is more-or-less</title>
<updated>2002-03-17T14:03:17Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-03-17T14:03:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=377a2e036f2d99ba27815342a9938cc0de8154da'/>
<id>urn:sha1:377a2e036f2d99ba27815342a9938cc0de8154da</id>
<content type='text'>
the patch Matthew submitted, but I broke the lines in a more FreeBSD
way and made one small wording change.

PR:		31265
Submitted by:	Matthew D. Fuller &lt;fullermd@over-yonder.net&gt;
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>mdoc(7) police: use the new features of the Nm macro.</title>
<updated>2000-11-20T20:10:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-11-20T20:10:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e97407b4f202c33851c3ee51572c0cde85095e83'/>
<id>urn:sha1:e97407b4f202c33851c3ee51572c0cde85095e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attempt to fix problem with users being able to convince the crontab</title>
<updated>2000-11-06T11:17:37Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2000-11-06T11:17:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25e9ca2b190c310e2b4be9437950cce6e76420c5'/>
<id>urn:sha1:25e9ca2b190c310e2b4be9437950cce6e76420c5</id>
<content type='text'>
program to read any file which is a valid crontab file.

The fix is based on that used in NetBSD and OpenBSD - we keep the
file open while the user is editing it. This means that files must
be edited in place. Cron attempts to warn you if your editor does
not do this. The fact that the file must be edited in place is also
noted in the man page.

This patch has been confirmed to work by atleast one person on
-security and has been tested locally.

Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bad reference of su(8) changed to su(1).</title>
<updated>1999-08-14T06:34:50Z</updated>
<author>
<name>Chris Costello</name>
<email>chris@FreeBSD.org</email>
</author>
<published>1999-08-14T06:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=866d7f280926e351e7e1fd62e962f2ed5d3b46b4'/>
<id>urn:sha1:866d7f280926e351e7e1fd62e962f2ed5d3b46b4</id>
<content type='text'>
</content>
</entry>
</feed>
