<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/printf, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-03-20T08:47:53Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>urn:sha1:7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Document truncation of strings when a NUL character is reached in a format</title>
<updated>2000-01-19T04:16:48Z</updated>
<author>
<name>Chris Costello</name>
<email>chris@FreeBSD.org</email>
</author>
<published>2000-01-19T04:16:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ead4519b629936c7bff39992dee51b3fe9ab52b'/>
<id>urn:sha1:1ead4519b629936c7bff39992dee51b3fe9ab52b</id>
<content type='text'>
string.

PR:		15929
Submitted by:	Daniel Hagan &lt;dhagan@cs.vt.edu&gt;
</content>
</entry>
<entry>
<title>Correct some hard sentence breaks. Only those surrounding the previous</title>
<updated>1999-09-14T11:46:04Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-09-14T11:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4'/>
<id>urn:sha1:e6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4</id>
<content type='text'>
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.

Reported by:	bde
</content>
</entry>
<entry>
<title>Improve shell documentation:</title>
<updated>1999-09-08T15:40:46Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-09-08T15:40:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c644db6aa2307baa08e3b3e7143b20cf12d7aaa1'/>
<id>urn:sha1:c644db6aa2307baa08e3b3e7143b20cf12d7aaa1</id>
<content type='text'>
* Consistently misspell built-in as builtin.

* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
  builtin commands for which no standalone utility exists.  These MLINKS
  replace those that were created for csh(1).

* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
  as well as to the manpages of standalone utilities which are supported
  as shell builtin commands in at least one of the shells. In such
  manpages, explain that similar functionality may be provided as a
  shell builtin command.

* Improve sh(1)'s description of the cd builtin command. Csh(1) already
  describes it adequately. Replace the cd(1) manpage with a builtin(1)
  MLINKS link.

* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
  Ic instead of Xr for shell builtin commands.

* Undo English contractions.

Reviewed by:	mpp, rgrimes
</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-test2/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-test2/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>Fixed warnx format errors in printf and csh, and snprintf format errors</title>
<updated>1998-12-07T12:14:04Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-12-07T12:14:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b53d3803e4824def99638e370f15ecbb8b2dde1'/>
<id>urn:sha1:3b53d3803e4824def99638e370f15ecbb8b2dde1</id>
<content type='text'>
in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx.
(The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy
args.)
</content>
</entry>
<entry>
<title>Back out revision 1.10.  It broke the build of sh, which compiles</title>
<updated>1997-11-18T15:23:23Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1997-11-18T15:23:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b0c9a86d123c2bd4961e2c6047cabc0c5ddff068'/>
<id>urn:sha1:b0c9a86d123c2bd4961e2c6047cabc0c5ddff068</id>
<content type='text'>
this file with warnx() defined as a macro.
</content>
</entry>
<entry>
<title>Fix: too many arguments for format string in 4 calls to warnx().</title>
<updated>1997-11-18T05:45:19Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1997-11-18T05:45:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c8a2e150070b8012abddeef6ae14189750dce49d'/>
<id>urn:sha1:c8a2e150070b8012abddeef6ae14189750dce49d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#include &lt;unistd.h&gt; for getopt(3) call.</title>
<updated>1997-08-07T21:47:31Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1997-08-07T21:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9d19feb501dd6af29c9ea845cdd265f320a8d0e4'/>
<id>urn:sha1:9d19feb501dd6af29c9ea845cdd265f320a8d0e4</id>
<content type='text'>
</content>
</entry>
</feed>
