<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>31562</bug_id>
          
          <creation_ts>2015-11-29 16:07:21 +0300</creation_ts>
          <short_desc>a wrong date is shown in the manpage</short_desc>
          <delta_ts>2015-11-30 11:27:44 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>apt-repo</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ivan Zakharyaschev">imz</reporter>
          <assigned_to name="Andrey Cherepanov">cas</assigned_to>
          <cc>cas</cc>
    
    <cc>vt</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>153993</commentid>
    <comment_count>0</comment_count>
    <who name="Ivan Zakharyaschev">imz</who>
    <bug_when>2015-11-29 16:07:21 +0300</bug_when>
    <thetext>$ rpm -qf /usr/share/man/man8/apt-repo.8.gz 
apt-repo-1.2.0-alt1
$ man apt-repo | tail
mdoc warning: Empty input line #194
           apt-repo add 39115

SEE ALSO
     sources.list(5), apt-cache(8), apt-get(8)

AUTHORS
     Andrey Cherepanov cas@altlinux.org


                               November 29, 2015
$ 

I had a look into the source:

.Os Linux
.Dd &quot;November 06, 2013&quot;
.ds volume-operating-system Linux
.Dt apt\-repo 8
.\&quot;
.Sh NAME
.Nm apt\-repo
.Nd Manipulate APT repository list
.\&quot;
.Sh SYNOPSIS

Another example of the code from apt-config(8) (which specifies the date differently):

.TH &quot;APT-CONFIG&quot; &quot;8&quot; &quot;12 March 2001&quot; &quot;&quot; &quot;&quot;
.SH NAME
apt-config \- APT Configuration Query program
.SH SYNOPSIS

And for this page, man shows the date from the source:

$ man apt-config | tail
BUGS
       See the APT bug page &lt;URL:http://bugs.debian.org/src:apt&gt;.  If you wish to report a bug in APT, please see /usr/share/doc/debian/bug-reporting.txt or the reportbug(1) command.

AUTHOR
       APT was written by the APT team &lt;apt@packages.debian.org&gt;.




                                                                                                                   12 March 2001                                                                                                     APT-CONFIG(8)


I do not know much about this format, so have no idea what could be a correction.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>153998</commentid>
    <comment_count>1</comment_count>
    <who name="Ivan Zakharyaschev">imz</who>
    <bug_when>2015-11-29 21:36:12 +0300</bug_when>
    <thetext>However, in the source of the manpage, /usr/share/man/man8/idmapd.8.gz (from nfs-clients-1.2.8-alt1) has a similar expression for the date:

.Dd February 3, 2003
.Dt RPC.IDMAPD 8
.Os
.Sh NAME
.Nm rpc.idmapd
.Nd NFSv4 ID &lt;-&gt; Name Mapper
.Sh SYNOPSIS


and the date is printed correctly (unlike in the case of apt-repo):

$ man idmapd | tail
mdoc warning: Empty input line #98
     /etc/idmapd.conf

SEE ALSO
     idmapd.conf(5)

AUTHORS
     The rpc.idmapd software has been developed by Marius Aamodt Eriksen ⟨marius@citi.umich.edu⟩.


BSD                            February 3, 2003                            BSD</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>154005</commentid>
    <comment_count>2</comment_count>
    <who name="Ivan Zakharyaschev">imz</who>
    <bug_when>2015-11-30 11:27:44 +0300</bug_when>
    <thetext>The fix was actually a simple one:

---------------------------------- apt-repo.8 ----------------------------------
index 39fb4af..16f637f 100644
@@ -8,7 +8,7 @@
 .\&quot; version 3 or later.
 .\&quot;
 .Os Linux
-.Dd &quot;November 06, 2013&quot;
+.Dd November 06, 2013
 .ds volume-operating-system Linux
 .Dt apt\-repo 8
 .\&quot;

Committed in apt-repo-1.2.1-alt1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>