<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.netbsd.documentation">
    <title>gmane.os.netbsd.documentation</title>
    <link>http://blog.gmane.org/gmane.os.netbsd.documentation</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2282"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2281"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2280"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2279"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2275"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2274"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2271"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2268"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2267"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2266"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2265"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2264"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2262"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2261"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2260"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2259"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2256"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2255"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2254"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.netbsd.documentation/2250"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2282">
    <title>More typos and suggestions</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2282</link>
    <description>&lt;pre&gt;Hello,

I would like to tell you about some bugs I've recently encountered, along with ideas of possible enhancement.

The NetBSD Guide, 27.1.1 Configuration of generic mapping
smtp_generic_maps = hash:/etc/postfix/generic
The variable does not exist anymore. After a long time spent searching the web, I found out it has been renamed to "sender_canonical_maps", and either it's not mentioned in the manpages, or I simply overlooked it.

It would be nice to see some more examples, like this one, that allows the use of gmail, who require authentication and encryption:
smtp_use_tls = yes
smtp_sasl_auth_enable = yes
relayhost = [smtp.gmail.com]:587
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
sender_canonical_maps = hash:/etc/postfix/generic
message_size_limit = 20480000
The contents of sasl_passwd are:
# destination                   credentials
[smtp.gmail.com]:587mike.d.ft402:p4$$W0rD
# [mail.isp.example]:submission username:password
It and sasl_passwd.db must&lt;/pre&gt;</description>
    <dc:creator>Michael</dc:creator>
    <dc:date>2013-05-07T12:10:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2281">
    <title>Style guide for Markdown?</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2281</link>
    <description>&lt;pre&gt;Hi,

converting to Markdown is easy, but there are some things underspecified
(e.g., how to reference commands). Call me a nitpicker, but this is a style
guide I roughly thought about. I don't want to enforce it for anyone, just
hear some comments.

Regards, Julian


# Style guide for NetBSD documentation

Markdown is a very liberal language in what range of input it accepts,
rendering all the same output although looking very different.

This is a proposal how to write NetBSD documentation. It is not necessary to  
strictly adhere it, but for the sake of unity and readability, the last two 
sections about *Code and keywords* and *Referencing manpages* should be read.


# Using lists

Lists should be indented by a space, an asterisk, and a space again. Text on  
that list level should then continue with three spaces indented.
Deeper list levels should continue the same pattern, just starting with the 
indentation. I.e., second-level lists should be started by four spaces, then
an asterisk, then a space; foll&lt;/pre&gt;</description>
    <dc:creator>Julian Djamil Fagir</dc:creator>
    <dc:date>2013-03-21T21:30:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2280">
    <title>Legal questions: Copyright notices</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2280</link>
    <description>&lt;pre&gt;Hi,

when looking at the {NetBSD,internals,pkgsrc} guide, you always see the
acknowledgements and copyright notices separately, and blabla, NetBSD is a
registered trademark.
I wonder: How should such things be handled in the wiki? Is there need for a
copyright by TNF? Is there need for a trademark note? Do we have to tell
everyone that registered trademarks of their respective owners, etc.?
How should achknowledgements be handled? Put them in the commit messages, or
continue having them separately?
Do we have the possibility to add comments in ikiwiki, to put licences in? Or
should we make them public?
What is the default licence?

Regards, Julian
&lt;/pre&gt;</description>
    <dc:creator>Julian Djamil Fagir</dc:creator>
    <dc:date>2013-03-21T11:35:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2279">
    <title>Ѷ ɬ Ḁ ɡ ř Ḁ</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2279</link>
    <description>&lt;pre&gt;http://www.stanlloret.com/phpMyAdmin/_items.php?p9544516

&lt;/pre&gt;</description>
    <dc:creator>Muriel Burchett</dc:creator>
    <dc:date>2013-03-17T14:56:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2275">
    <title>CD-ROM information on NetBSD website</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2275</link>
    <description>&lt;pre&gt;Hi,

This page:
http://netbsd.org/releases/index.html#formal
says NetBSD 6.0.1 CD-ROMs can be ordered, but the next page does not list places 
offering anything after 5.0.1.
I have not found any site offering 6.0.1 with Google...

Kind regards,

&lt;/pre&gt;</description>
    <dc:creator>Luc van der Veen</dc:creator>
    <dc:date>2013-03-09T21:04:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2274">
    <title>What is the licence of nb documentation?</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2274</link>
    <description>&lt;pre&gt;Hi,

I'm wondering: What is the licence of the documentation?
The Guide contains information about it, but the wiki and the website?

Regards, Julian
&lt;/pre&gt;</description>
    <dc:creator>Julian Djamil Fagir</dc:creator>
    <dc:date>2013-02-26T11:29:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2271">
    <title>announcing mdoc.su, a deterministic man-page URL shortener</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2271</link>
    <description>&lt;pre&gt;Dear NetBSD,

I would like to announce and introduce http://mdoc.su/ , 
a deterministic URL shortener for BSD manual pages, 
written entirely in nginx.conf.

It supports several address schemes, for example:

http://mdoc.su/NetBSD/3X11/XFree
http://mdoc.su/netbsd/macppc/4/intro
http://mdoc.su/n/intro.4.macppc
http://mdoc.su/n/mdoc.7
http://mdoc.su/n/curl

Source code for the whole mdoc.su.nginx.conf is available at:
https://github.com/cnst/mdoc.su
https://bitbucket.org/cnst/mdoc.su

Specifically, the following currently (as of 2013-02-17) controls 
NetBSD rewriting, and best describes the access scheme for NetBSD:

location /NetBSD {rewrite^/NetBSD(/.*)?$/n$1;}
location /n {
set$nb"http://netbsd.gw.com/cgi-bin/man-cgi?";
rewrite^/netbsd(/.*)?$/.$1;
rewrite^/./([a-z]+[0-9]*[kx]?)/([^/]+)/([^/]+)$$nb$3+$2.$1redirect;
rewrite^/./([^/]+)/([^/]+)$$nb$2+$1redirect;
rewrite^/./([^/]+)\.([1-9]\.[a-z]+[0-9]*[kx]?)$$nb$1+$2redirect;
rewrite^/./([^/]+)\.([1-9])$$nb$1+$2redirect;
re&lt;/pre&gt;</description>
    <dc:creator>Constantine A. Murenin</dc:creator>
    <dc:date>2013-02-18T21:49:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2268">
    <title>awk FS magic</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2268</link>
    <description>&lt;pre&gt;The -F option for awk is more clever than the manual says.  Do we want
the behavior, or is the manual right?  

I noticed a working bug in a little script that led to this suprising
result:

$ echo foo | awk -F t '{print FS}' | hexdump -C
00000000  09 0a                                             |..|
00000002

If the argument to the -F option is

t

awk assumes you meant '\t' and sets the FS variable to TAB.  That's not
mentioned in the manual.  Apparently the only way to use the letter 't'
as a field separator is with the regex '[t]'.

I'm sure that's meant to help the clueless, because I found myself
taking advantage of it in my own script

        |  grep -f /etc/whitelist.dat   \
        |  awk -F\t '{print $2}'  \
        |  sed s'/[&amp;lt;&amp;gt;]//g'  \

even though I had no right to expect it to work.  

This appears to be the only specially treated character.  The relevant
function is setfs().  It has a pithy comment inside conditional
compilation:

static char *
setfs(char *p)
{
#ifdef notdef
        /* &lt;/pre&gt;</description>
    <dc:creator>James K. Lowden</dc:creator>
    <dc:date>2013-02-15T22:54:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2267">
    <title>Вот наша раскрутка реально приносит прибыль.</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2267</link>
    <description>&lt;pre&gt;http://connemara.seguret.chez.com/download/u1.php

&lt;/pre&gt;</description>
    <dc:creator>Олюша Тарасова</dc:creator>
    <dc:date>2013-02-12T08:03:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2266">
    <title>Invitation - Please Complete Your Profile</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2266</link>
    <description>&lt;pre&gt;FROM: Worldwide Registry for Business Professionals
TO: netbsd-docs&amp;lt; at &amp;gt;netbsd.org
RE: Worldwide Registry Publication

Hello,

You were recently chosen to represent your professional 
community, deeming you eligible for the inclusion in 
the new 2013 Edition of Worldwide Registry for Business 
Professionals.

We are pleased to inform you that your candidacy was 
formally approved on October 1st, 2012. Congratulations!

Click the link below to verify your profile and accept 
the candidacy:

http://www.controlnotice.com/link.php?M=170972&amp;amp;N=35&amp;amp;L=3&amp;amp;F=T

The Publishing Committee selected you as a professional based not 
only upon your current standing, but focusing as well on criteria 
from executive and professional directories, associations, and 
trade journals. Given your background, the Director believes your 
profile makes a fitting addition to our publication.

There is no fee nor obligation to be listed. As we are working 
off of secondary sources, we must receive verification from you 
that your profile is ac&lt;/pre&gt;</description>
    <dc:creator>Richard M. Harris</dc:creator>
    <dc:date>2013-01-29T23:12:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2265">
    <title>Perdi il tuo peso facilmente</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2265</link>
    <description>&lt;pre&gt;Ora puoi farlo! E puoi farlo molto semplicemente;con il nuovo metodo NDT24.

http://tinyurl.com/biodimagrire


E' garantito!


mailto:removemsl&amp;lt; at &amp;gt;katamail.com se non vuoi piu aggiornamenti sulle novita' dimagranti





&lt;/pre&gt;</description>
    <dc:creator>Centro Diete</dc:creator>
    <dc:date>2013-01-28T19:59:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2264">
    <title>Nyomkövető: autód, gyereked, kutyád mostantól biztonságban van</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2264</link>
    <description>&lt;pre&gt;Hello!

http://www.akciosakcio.com/

Ez az az oldal, ahol a filmekből ismert nyomkövetőt lehet
kapni.Nagyon durva, tényleg űrtechnika, SIM-kártyával
működik, és lekövethetsz bármit vagy bárkit. Kocsit,
kutyát, nagyszülőt, gyereket, hűtlen házastársat :)

Eddig háromszor enyiért láttam és havidíjjal, azért ajánlom
ezt az oldalt, mert itt baromi olcsó és csak egyszer kell fizetni!

http://www.akciosakcio.com/


Andi



















Leiratkozás:
http://adesings.com/email2u08/unsubscribe.php?M=1107909&amp;amp;C=1f996623746e5e0bab59cefa3567512a&amp;amp;L=222&amp;amp;N=3

&lt;/pre&gt;</description>
    <dc:creator>Tóth Andrea</dc:creator>
    <dc:date>2013-01-28T15:21:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2262">
    <title>A typo in the Guide.</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2262</link>
    <description>&lt;pre&gt;Grettings,

I've found an error in the Guide from 120101, that can slightly affect 
the understanding.
Pp. 227, 235 - "lose" should be used instead of "loose".

Sincerely,
Mike

&lt;/pre&gt;</description>
    <dc:creator>Mike Danilov</dc:creator>
    <dc:date>2013-01-28T13:29:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2261">
    <title>Organize seu Depto FINANCEIRO!</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2261</link>
    <description>&lt;pre&gt;Todas as planilhas por apenas R$ 29,90.

 

Clique sobre o nome para assistir o vídeo de apresentação:

 &amp;lt;http://www.youtube.com/watch?v=5uXVSUi4MNo&amp;gt; Fluxo de caixa

 &amp;lt;http://www.youtube.com/watch?v=-T24BVNNiug&amp;gt; Controle diário de caixa

 &amp;lt;http://www.youtube.com/watch?v=GVTo159odnQ&amp;gt; Controle contas a receber

 &amp;lt;http://www.youtube.com/watch?v=-TGer3nWClU&amp;gt; Controle cobrança por telefone

 &amp;lt;http://www.youtube.com/watch?v=5x1dOKud2C0&amp;gt; Controle cartões de crédito

 &amp;lt;http://youtu.be/pP34Cj2IxjU&amp;gt; Planilha calculo de juros

 &amp;lt;http://youtu.be/22GLw3Ox5aE&amp;gt; Planilha planejamento

Todas as planilhas são elaboradas no sistema de banco de dados, após,
atualizadas geram relatórios dinâmicos. Dessa forma os dados são
transformados em informações úteis para a tomada de decisões.

 

 

Envio todas as planilhas após confirmação do deposito.

 

Banco Bradesco

Ag 0046-9

C/C 0568009-3

Favor: Silvana Jaqueline Guimarães

CPF: 325.250.898-20

 

Precisando de ajuda para elaborar uma planilha? Conte comigo!
&lt;/pre&gt;</description>
    <dc:creator>ELOCURSOS</dc:creator>
    <dc:date>2013-01-26T21:44:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2260">
    <title>Vogliamo stupirvi con effetti speciali: scegliete fra i nostri 8 regali</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2260</link>
    <description>&lt;pre&gt;Il nostro staff professionale risponde al 02 365 22 990. 


Scoprite la gamma completa della telefonia professionale
Più di 100 000 clienti si fidano di noi dal 1999 - 1800 referenze sempre presenti a stock



   * IVA esclusa

    Informativa di riservatezza  (D.Lgs.
   196/2003) Gli indirizzi di posta elettronica utilizzati per inviare questo  messaggio,
   indirizzato esclusivamente a soggetti economici, sono stati tratti da elenchi pubblici
   o sono stati raccolti in occasione  di precedenti contatti. I dati vengono  utilizzati
   esclusivamente per segnalare offerte  riservate ad operatori  economici e non  vengono
   comunicati a  terzi,  né  diffusi.  Titolare del  trattamento  è  Onedirect  srl,  Via
   Caracciolo 20 -  20155 Milano,  cui ci si  può rivolgere  per aggiornare,  modificare,
   correggere i dati  o per richiedere  la cancellazione :
   http://trc.emv2.com/J?a=ENX7CqW3IPxO8SA9MKL8XQfnGHxKCs0t2fcStGb5lw8W0bBhOG5mpqVsje_HxHDThlMI
   


&lt;/pre&gt;</description>
    <dc:creator>Roberta</dc:creator>
    <dc:date>2013-01-24T09:34:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2259">
    <title>1 millió forint 10 évre 11.530 Ft / hó - Nálunk a bar lista sem akadály!</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2259</link>
    <description>&lt;pre&gt;Tisztelt Hölgyem / Uram!


Hitelre van szüksége? Meglévő drága hitelét olcsóbbra cserélné?
A legolcsóbb működő hitelmegoldást keresi? MEGTALÁLTA!

1 millió forint 10 évre 11.530 Ft / hó
5 millió forint 20 évre 38.297 Ft / hó
Tud ennél olcsóbbat?


NINCS KHR/BAR vizsgálat
Előzetes költség: NINCS!
Csak BANKI hitel, NEM fogyasztói csoport!
Akár 24 órán belüli utalás
Forint alapon árfolyamkockázat nélkül 
NEM szükséges ingatlandfedezet 
POBLÉMÁS  ügyfeleknek banki megoldások! 
Meglévő hitelét váltsa kedvezőbbre árfolyamkockázat nélkül! 
Igényelhető hitelösszeg: 100eft - 35MFt

http://www.akcioshitel.com/

MOST könnyebben és gyorsabban kap hitelt!

Kalkuláció: http://www.akcioshitel.com/
Regisztráljon és kattintson most a kalkuláció gombra!

Köszönjük, hogy minket választott!


Üdvözlettel:
Akcioshitel.com csapata
















Leiratkozás:
http://theenvied.com/email2u05/unsubscribe.php?M=1107909&amp;amp;C=1f996623746e5e0bab59cefa3567512a&amp;amp;L=222&amp;amp;&lt;/pre&gt;</description>
    <dc:creator>Ön kaphat hitelt?</dc:creator>
    <dc:date>2013-01-23T18:14:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2256">
    <title>This may be interesting 4 u</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2256</link>
    <description>&lt;pre&gt;
One of my friends offered me to send the mail and know you a little bit closer! I hope you wouldn't be against of it. 
My name is Jodie! I'm 23 yo and I am learning in university. 
Here I'm looking forward to find a nice male just to talk, to go to club, maybe travel or even create serious relations. 
I hope one of my friends was right and that u are really the male that I am interested in finding!       
&lt;/pre&gt;</description>
    <dc:creator>Gemma Stonecipher</dc:creator>
    <dc:date>2012-12-17T09:17:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2255">
    <title>Newestly</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2255</link>
    <description>&lt;pre&gt;
Hello, its me.   Lyman Hall  http://dentist.inuae.net/rabota.html

&lt;/pre&gt;</description>
    <dc:creator>lottabody0421&lt; at &gt;sbcglobal.net</dc:creator>
    <dc:date>2012-12-05T05:23:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2254">
    <title>http://www.netbsd.org/developers/releng/pullups.html</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2254</link>
    <description>&lt;pre&gt;Hi,

NetBSD 4 retires, and pullup-4&amp;lt; at &amp;gt; e-mail address should be removed
from the website.

Do we have releng-6&amp;lt; at &amp;gt; e-mail address?

The following patch is acceptable?

Index: pullups.xml
===================================================================
RCS file: /cvsroot/htdocs/developers/releng/pullups.xml,v
retrieving revision 1.14
diff -u -r1.14 pullups.xml
--- pullups.xml21 Mar 2012 15:06:30 -00001.14
+++ pullups.xml30 Nov 2012 13:24:31 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,9 +35,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
           &amp;lt;listitem&amp;gt;NetBSD 5 pull-ups go to 
           &amp;lt;email&amp;gt;pullup-5&amp;lt;/email&amp;gt;
           &amp;lt;/listitem&amp;gt;
-          &amp;lt;listitem&amp;gt;NetBSD 4 pull-ups go to 
-          &amp;lt;email&amp;gt;pullup-4&amp;lt;/email&amp;gt;
-          &amp;lt;/listitem&amp;gt;
           &amp;lt;listitem&amp;gt;NetBSD pkgsrc pull-ups go to 
           &amp;lt;email&amp;gt;pullup-pkgsrc&amp;lt;/email&amp;gt;
           &amp;lt;/listitem&amp;gt;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -49,6 +46,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
         &amp;lt;para&amp;gt;Specific release issues/concerns should go to the
         appropriate list:&amp;lt;/para&amp;gt;
         &amp;lt;itemizedlist&amp;gt;
+          &amp;lt;listitem&amp;gt;NetBSD 6 goes to 
+          &amp;lt;email&amp;gt;releng-6&amp;lt;/email&amp;gt;
+          &amp;lt;/list&lt;/pre&gt;</description>
    <dc:creator>Ryo ONODERA</dc:creator>
    <dc:date>2012-11-30T13:27:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2250">
    <title>review mkubootimage.1 manual</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2250</link>
    <description>&lt;pre&gt;Here is a draft of a mkubootimage(1) man page. Please note that I do not 
use this tool, but provided this manual since it was missing. Please 
fill in the holes and improve this. I cc'd a few developers who I think 
have used it.

.\"$NetBSD$
.\"
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Jeremy C. Reed
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTR&lt;/pre&gt;</description>
    <dc:creator>Jeremy C. Reed</dc:creator>
    <dc:date>2012-11-29T05:10:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.netbsd.documentation/2248">
    <title>BUILDING and MKCATPAGES</title>
    <link>http://comments.gmane.org/gmane.os.netbsd.documentation/2248</link>
    <description>&lt;pre&gt;Hi,

I noticed BUILDING says MKCATPAGES is set to yes by default, but UPDATING says 
it is set to no.

&lt;/pre&gt;</description>
    <dc:creator>Luc van der Veen</dc:creator>
    <dc:date>2012-11-08T00:22:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.documentation">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.netbsd.documentation</link>
  </textinput>
</rdf:RDF>
