<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: where are the docs?</title>
      <link>http://ask.metafilter.com/74658/where-are-the-docs/</link>
      <description>Comments on Ask MetaFilter post where are the docs?</description>
	  	  <pubDate>Thu, 25 Oct 2007 12:54:39 -0800</pubDate>
      <lastBuildDate>Thu, 25 Oct 2007 12:54:39 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: where are the docs?</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs</link>	
  	<description>How do I access the C documentation that&apos;s on my computer? I&apos;m running OSX 10.4.10 with all the devtools installed. Whenever I want to use a header file or one of the standard functions that I&apos;m not familiar with, I head to Google. I suspect that there are man pages for most everything that comes in a standard C environment, but how do I get to them?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.74658</guid>
  	<pubDate>Thu, 25 Oct 2007 12:43:52 -0800</pubDate>
  	<dc:creator>tylermoody</dc:creator>
	
	<category>c</category>
	
	<category>documentation</category>
	
</item>
<item>
  	<title>By: bitdamaged</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs#1110151</link>	
  	<description>In a Browser you should be able to open&lt;br&gt;
&lt;br&gt;
/Developer/ADC Reference Library/index.html&lt;br&gt;
&lt;br&gt;
That gets a lot</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74658-1110151</guid>
  	<pubDate>Thu, 25 Oct 2007 12:54:39 -0800</pubDate>
  	<dc:creator>bitdamaged</dc:creator>
</item>
<item>
  	<title>By: hades</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs#1110152</link>	
  	<description>&lt;code&gt;man&lt;/code&gt; doesn&apos;t work for you?&lt;br&gt;
&lt;br&gt;
&lt;code&gt;man getpwent&lt;/code&gt;, for example, shows me the manpage I expect. I have to use &lt;code&gt;man 3 printf&lt;/code&gt; to read the manpage for the printf function rather than the printf command, but it&apos;s there too.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74658-1110152</guid>
  	<pubDate>Thu, 25 Oct 2007 12:55:00 -0800</pubDate>
  	<dc:creator>hades</dc:creator>
</item>
<item>
  	<title>By: kcm</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs#1110156</link>	
  	<description>apropos will also search the man database, e.g. &apos;apropos printf&apos;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74658-1110156</guid>
  	<pubDate>Thu, 25 Oct 2007 13:02:49 -0800</pubDate>
  	<dc:creator>kcm</dc:creator>
</item>
<item>
  	<title>By: neustile</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs#1110172</link>	
  	<description>I keep XCode&apos;s &amp;quot;Documentation&amp;quot; window open (under Help) - you can type any function in the search bar and see either its man page or API docs.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74658-1110172</guid>
  	<pubDate>Thu, 25 Oct 2007 13:12:36 -0800</pubDate>
  	<dc:creator>neustile</dc:creator>
</item>
<item>
  	<title>By: chunking express</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs#1110231</link>	
  	<description>Yeah, open up a terminal and type &lt;code&gt;man&lt;/code&gt; and you should be set.  That&apos;s what I use.  &lt;br&gt;
&lt;br&gt;
If you use QuickSilver, there is an Apple Developer Docs plugin.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74658-1110231</guid>
  	<pubDate>Thu, 25 Oct 2007 13:49:18 -0800</pubDate>
  	<dc:creator>chunking express</dc:creator>
</item>
<item>
  	<title>By: Netzapper</title>
  	<link>http://ask.metafilter.com/74658/where-are-the-docs#1110432</link>	
  	<description>QuickSilver + Apple Developer Docs plugin does it for me, if we&apos;re talking about Apple-originated headers.  For unix headers, open up a terminal and use &lt;code&gt;man&lt;/code&gt;, man.  Actually, start with the command &amp;quot;man man&amp;quot;. It teaches you how to get the docs.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.74658-1110432</guid>
  	<pubDate>Thu, 25 Oct 2007 17:01:02 -0800</pubDate>
  	<dc:creator>Netzapper</dc:creator>
</item>

    </channel>
</rss>
