<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/sigaction.2, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>YAMFC: fix my last commit.</title>
<updated>1997-03-25T18:36:33+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-03-25T18:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=16ace871f3a4c1a2ac50da26dc925392b0261e87'/>
<id>16ace871f3a4c1a2ac50da26dc925392b0261e87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC: document function return type, tell how the system really</title>
<updated>1997-03-25T03:41:36+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-03-25T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=accba27143332a25a5e2eb0bbf34b548cf32bf9d'/>
<id>accba27143332a25a5e2eb0bbf34b548cf32bf9d</id>
<content type='text'>
works when attempts are made to block SIGKILL/SIGSTOP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
works when attempts are made to block SIGKILL/SIGSTOP.
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC:</title>
<updated>1997-02-28T05:51:15+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-02-28T05:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e6864ce05b152e1597e235302a7ac3265dc7a479'/>
<id>e6864ce05b152e1597e235302a7ac3265dc7a479</id>
<content type='text'>
Commit all of the -current changes that apply to 2.2.  These fall into
several categories:

- Cosmetic/mdoc changes.  They don't really afect the output
  at all, but having them in 2.2 will make it easier to diff the man
  pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
  be reflected in 2.2.
- Add some missing MLINKS.

Requested by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit all of the -current changes that apply to 2.2.  These fall into
several categories:

- Cosmetic/mdoc changes.  They don't really afect the output
  at all, but having them in 2.2 will make it easier to diff the man
  pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
  be reflected in 2.2.
- Add some missing MLINKS.

Requested by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-12-03T15:55:45+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-12-03T15:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e56cec74b4eb1f1eae746e69572a97125a1bc7cc'/>
<id>e56cec74b4eb1f1eae746e69572a97125a1bc7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly use .Fn instead of .Nm to reference function names</title>
<updated>1996-08-22T23:31:07+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-08-22T23:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7bdf80e5714a8b59a2bfda90f367be4612df033e'/>
<id>7bdf80e5714a8b59a2bfda90f367be4612df033e</id>
<content type='text'>
in a bunch of man pages.

Use the correct .Bx  (BSD UNIX) or .At (AT&amp;T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in a bunch of man pages.

Use the correct .Bx  (BSD UNIX) or .At (AT&amp;T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the "sig" function parameter.</title>
<updated>1996-07-03T02:44:04+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-07-03T02:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8ae7d6b0cb4467a7430a80c593c51e9db99c08ba'/>
<id>8ae7d6b0cb4467a7430a80c593c51e9db99c08ba</id>
<content type='text'>
Submitted by:	James Raynard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	James Raynard
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the current sigaction(2) man page to current reality..</title>
<updated>1996-03-03T14:52:54+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-03-03T14:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c55acb621325b02bda09ddae81ea57351411a85d'/>
<id>c55acb621325b02bda09ddae81ea57351411a85d</id>
<content type='text'>
* sigstack(2) -&gt; sigaltstack(2).
* Document the SA_NODEFER flag
* Document the SA_RESETHAND flag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sigstack(2) -&gt; sigaltstack(2).
* Document the SA_NODEFER flag
* Document the SA_RESETHAND flag
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a bunch of man page cross references that were</title>
<updated>1996-02-15T20:07:05+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-02-15T20:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1f4e80c88a79061f195b21ac1a4c7e3768896c8'/>
<id>e1f4e80c88a79061f195b21ac1a4c7e3768896c8</id>
<content type='text'>
in the main text of various man pages.

Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the main text of various man pages.

Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the description of SIGSYS to better reflect what</title>
<updated>1996-01-22T12:31:15+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-01-22T12:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=86cfd0dd41e4433536c16b00838e9ab9b342a497'/>
<id>86cfd0dd41e4433536c16b00838e9ab9b342a497</id>
<content type='text'>
it means when that signal is received.  Closes PR# 686.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it means when that signal is received.  Closes PR# 686.
</pre>
</div>
</content>
</entry>
<entry>
<title>The declaration of sigaction was missing a `const'.</title>
<updated>1995-07-16T09:44:58+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-07-16T09:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4baa77295ef4ac4130f2f21037823dc3c291e638'/>
<id>4baa77295ef4ac4130f2f21037823dc3c291e638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
