
randy.dunlap at oracle
Jun 20, 2008, 9:06 AM
Post #2 of 2
(155 views)
Permalink
|
|
Re: [PATCH] procfs-guide: drop pointless entities
[In reply to]
|
|
On Fri, 20 Jun 2008 12:00:39 -0400 Mike Frysinger wrote: > Having trailing entities in a revision numer seems pretty pointless > to me. More so, it's causing me pains, so just drop them since no other > guide is doing this. > > Signed-off-by: Mike Frysinger <vapier [at] gentoo> Acked-by: Randy Dunlap <randy.dunlap [at] oracle> > --- > Documentation/DocBook/procfs-guide.tmpl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/DocBook/procfs-guide.tmpl b/Documentation/DocBook/procfs-guide.tmpl > index 1fd6a1e..8a5dc6e 100644 > --- a/Documentation/DocBook/procfs-guide.tmpl > +++ b/Documentation/DocBook/procfs-guide.tmpl > @@ -29,12 +29,12 @@ > > <revhistory> > <revision> > - <revnumber>1.0 </revnumber> > + <revnumber>1.0</revnumber> > <date>May 30, 2001</date> > <revremark>Initial revision posted to linux-kernel</revremark> > </revision> > <revision> > - <revnumber>1.1 </revnumber> > + <revnumber>1.1</revnumber> > <date>June 3, 2001</date> > <revremark>Revised after comments from linux-kernel</revremark> > </revision> > -- > 1.5.5.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo [at] vger > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > --- ~Randy Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA http://linuxplumbersconf.org/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|