<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/getsubopt.3, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-08-04T06:20:24+00:00</updated>
<entry>
<title>change some 4.4BSD references to earlier releases</title>
<updated>2022-08-04T06:20:24+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-08-04T06:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=565db72607d44c0861e65fd71ea986de9a762d52'/>
<id>urn:sha1:565db72607d44c0861e65fd71ea986de9a762d52</id>
<content type='text'>
ok schwarze@
</content>
</entry>
<entry>
<title>* add the missing STANDARDS section as noticed by tb@</title>
<updated>2021-09-03T16:51:47+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2021-09-03T16:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d0878530a6d50e4c0bf556299601688b6c952ea9'/>
<id>urn:sha1:d0878530a6d50e4c0bf556299601688b6c952ea9</id>
<content type='text'>
* mention that the *optionp input string will be modified
* clarify that the array of tokens is expected to be NULL-terminated
OK millert@ tb@, and the first half of STANDARDS also OK jmc@
</content>
</entry>
<entry>
<title>Reduce instances of `` '' in manuals.</title>
<updated>2014-11-15T14:41:02+00:00</updated>
<author>
<name>bentley</name>
<email></email>
</author>
<published>2014-11-15T14:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=813e05067c1117845b5dd361512d5c36f5e7058c'/>
<id>urn:sha1:813e05067c1117845b5dd361512d5c36f5e7058c</id>
<content type='text'>
troff displays these as typographic quotes, but nroff implementations
almost always print them literally, which rarely has the intended effect
with modern fonts, even in stock xterm.

These uses of `` '' can be replaced either with more semantic alternatives
or with Dq, which prints typographic quotes in a UTF-8 locale (but will
automatically fall back to `` '' in an ASCII locale).

improvements and ok schwarze@
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:20:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-05-31T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e021d0a0d5401ab3c1c88e4570ee8c832a47033b'/>
<id>urn:sha1:e021d0a0d5401ab3c1c88e4570ee8c832a47033b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tidy up examples</title>
<updated>2005-10-11T01:23:41+00:00</updated>
<author>
<name>jaredy</name>
<email></email>
</author>
<published>2005-10-11T01:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e1d1b24354f52fc5c2530e9ea0bb3b597ad92fc5'/>
<id>urn:sha1:e1d1b24354f52fc5c2530e9ea0bb3b597ad92fc5</id>
<content type='text'>
- use err() for error handling
- add lint hints
- spacing nits and missing braces

ok otto
</content>
</entry>
<entry>
<title>- typos, punctuation, layout, macro tweaks</title>
<updated>2005-07-26T04:20:23+00:00</updated>
<author>
<name>jaredy</name>
<email></email>
</author>
<published>2005-07-26T04:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2af170451ab1c3caae54f5889dbbb37e288ebc62'/>
<id>urn:sha1:2af170451ab1c3caae54f5889dbbb37e288ebc62</id>
<content type='text'>
- break long lines

ok jmc
</content>
</entry>
<entry>
<title>Be correct in our man pages when talking about NUL termination (that is,</title>
<updated>2005-02-25T03:12:44+00:00</updated>
<author>
<name>cloder</name>
<email></email>
</author>
<published>2005-02-25T03:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=67e61f91527f9a7cd6b9a16b0cd90dd56607d505'/>
<id>urn:sha1:67e61f91527f9a7cd6b9a16b0cd90dd56607d505</id>
<content type='text'>
termination with '\0') vs. null termination.
Input from krw@, jaredy@, jmc@.  OK deraadt@
</content>
</entry>
<entry>
<title>`Ns' implies `No', so `Ns No' -&gt; `Ns'; (even simpler in adduser(8))</title>
<updated>2004-01-23T23:08:46+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2004-01-23T23:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=60556a3717eaeb3f1e6bd9dc6408d51a65650c73'/>
<id>urn:sha1:60556a3717eaeb3f1e6bd9dc6408d51a65650c73</id>
<content type='text'>
discussed with todd@
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
</feed>
