<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.lundscape.com &#187; man</title>
	<atom:link href="http://blog.lundscape.com/tag/man/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lundscape.com</link>
	<description>The Linux Journey</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Your own personal man directory</title>
		<link>http://blog.lundscape.com/2009/02/your-own-personal-man-directory/</link>
		<comments>http://blog.lundscape.com/2009/02/your-own-personal-man-directory/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:08:04 +0000</pubDate>
		<dc:creator>Zachary Lund</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[manpath]]></category>

		<guid isPermaLink="false">http://blog.lundscape.com/?p=16</guid>
		<description><![CDATA[Recently, I wanted to install a program in my home bin directory, and it had a man page to go with it. I started looking for a way to create my own personal man directory.]]></description>
			<content:encoded><![CDATA[<p>Recently, I wanted to install a program in my home bin directory, and it had a man page to go with it. I started looking for a way to create my own personal man directory. According to the manual page for man, &#8220;man uses a sophisticated method of finding manual page files.&#8221; Indeed it does. It turns out that all I had to do was create a man directory inside of my home directory and man would know it was there:</p>
<pre>zac@dakara:~$ manpath
/usr/local/man:/usr/local/share/man:/usr/share/man
zac@dakara:~$ mkdir man
zac@dakara:~$ manpath
/home/zac/man:/usr/local/man:/usr/local/share/man:/usr/share/man</pre>
<p>Then to install the man page, I simply had to create the appropriate directory structure and copy the man page in:</p>
<pre>zac@dakara:~$ mkdir -p man/en/man1/</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.lundscape.com/2009/02/your-own-personal-man-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

