public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/eclass-manpages/files: eclass-to-manpage.awk
Date: Thu, 10 Feb 2011 07:26:07 +0000 (UTC)	[thread overview]
Message-ID: <20110210072607.2058020057@flycatcher.gentoo.org> (raw)

ulm         11/02/10 07:26:07

  Modified:             eclass-to-manpage.awk
  Log:
  Add UTF-8 coding tag, bug 244499.
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-portage/eclass-manpages/files/eclass-to-manpage.awk

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk?r1=1.18&r2=1.19

Index: eclass-to-manpage.awk
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- eclass-to-manpage.awk	12 Sep 2010 06:45:18 -0000	1.18
+++ eclass-to-manpage.awk	10 Feb 2011 07:26:07 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk,v 1.18 2010/09/12 06:45:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/files/eclass-to-manpage.awk,v 1.19 2011/02/10 07:26:07 ulm Exp $
 
 # This awk converts the comment documentation found in eclasses
 # into man pages for easier/nicer reading.
@@ -115,6 +115,7 @@
 	example = ""
 
 	# first the man page header
+	print ".\\\" -*- coding: utf-8 -*-"
 	print ".\\\" ### DO NOT EDIT THIS FILE"
 	print ".\\\" ### This man page is autogenerated by eclass-to-manpage.awk"
 	print ".\\\" ### based on comments found in " eclass






             reply	other threads:[~2011-02-10  7:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-10  7:26 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-10 17:42 [gentoo-commits] gentoo-x86 commit in app-portage/eclass-manpages/files: eclass-to-manpage.awk Mike Frysinger (vapier)
2012-07-18 14:27 Mike Frysinger (vapier)
2012-07-18 14:24 Mike Frysinger (vapier)
2011-11-24  0:05 Mike Frysinger (vapier)
2011-08-22  4:49 Mike Frysinger (vapier)
2011-08-22  4:01 Mike Frysinger (vapier)
2011-07-20  3:11 Mike Frysinger (vapier)
2011-07-20  2:59 Mike Frysinger (vapier)
2011-07-20  2:56 Mike Frysinger (vapier)
2010-09-12  6:45 Mike Frysinger (vapier)
2010-08-22 23:10 Mike Frysinger (vapier)
2010-08-21 19:25 Mike Frysinger (vapier)
2009-12-09 10:15 Mike Frysinger (vapier)
2008-02-19  5:22 Mike Frysinger (vapier)
2008-02-19  5:20 Mike Frysinger (vapier)
2008-02-19  5:14 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110210072607.2058020057@flycatcher.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox