<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/head, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-07-15T06:33:12Z</updated>
<entry>
<title>MFC: 1.11: mdoc pedantry.</title>
<updated>2002-07-15T06:33:12Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2002-07-15T06:33:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bb702e4e6f29d86674cd9e42e8857ee04bb4e8a'/>
<id>urn:sha1:8bb702e4e6f29d86674cd9e42e8857ee04bb4e8a</id>
<content type='text'>
     1.12: Note that this appeared at least as early as PWB UNIX.
</content>
</entry>
<entry>
<title>Sync with -current:</title>
<updated>2002-02-16T12:29:04Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-02-16T12:29:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=334094ded65b0f3490cf687745a05fcd26519418'/>
<id>urn:sha1:334094ded65b0f3490cf687745a05fcd26519418</id>
<content type='text'>
 o Make usage message and man page synopsis reflect the fact that -n
   and -c are mutually exclusive.
 o In order to perform faster when doing "head -n", use a pair of
   fgetln/fwrite instead of getc/putchar.
 o change a global into a local, misc style fixes.
</content>
</entry>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-16T13:17:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-16T13:17:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54f8a952970a736c8f4b4163b5fbfecbcdd02323'/>
<id>urn:sha1:54f8a952970a736c8f4b4163b5fbfecbcdd02323</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: remove whitespace at EOL.</title>
<updated>2001-07-22T12:41:39Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:41:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8432a67785074390b432b40233c9cddbf5913a9a'/>
<id>urn:sha1:8432a67785074390b432b40233c9cddbf5913a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: recent mdoc(7) fixes.</title>
<updated>2001-03-06T12:53:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-06T12:53:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=260fa1380bd1f3d8126f0e73b6605e9386b24223'/>
<id>urn:sha1:260fa1380bd1f3d8126f0e73b6605e9386b24223</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: recent mdoc(7) fixes.</title>
<updated>2000-12-08T15:14:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-08T15:14:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f668f21b41a742d6713e3ec674ecef22707ea0c'/>
<id>urn:sha1:5f668f21b41a742d6713e3ec674ecef22707ea0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add $Id$, to make it simpler for members of the translation teams to</title>
<updated>1999-07-12T20:24:20Z</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>1999-07-12T20:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3be5f1f5ce6c92fb28926e7d02f855c12d534c34'/>
<id>urn:sha1:3be5f1f5ce6c92fb28926e7d02f855c12d534c34</id>
<content type='text'>
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
</content>
</entry>
<entry>
<title>fread() returns 0 on eof or error, not EOF. This fixes the following</title>
<updated>1998-10-09T10:33:46Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1998-10-09T10:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=710668cad452c0d21e7de1a8ac53685d16bdedf9'/>
<id>urn:sha1:710668cad452c0d21e7de1a8ac53685d16bdedf9</id>
<content type='text'>
bug:

  "head -c &lt;n&gt;" never exit and loops forever (until it is killed),
  if the input stream has fewer bytes than specified (n).

PR:		bin/8225
Submitted-by:	FUJIMOTO Kensaku &lt;fujimoto@oscar.elec.waseda.ac.jp&gt;
</content>
</entry>
<entry>
<title>Setting eval to 1 after calling warn was the original behaviour.</title>
<updated>1997-07-11T06:13:18Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-07-11T06:13:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73f3d05336548863adccb223e7ea932375f6eaea'/>
<id>urn:sha1:73f3d05336548863adccb223e7ea932375f6eaea</id>
<content type='text'>
</content>
</entry>
</feed>
