~ubuntu-branches/ubuntu/vivid/gnupg2/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/yat2m.c

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 18:27:04 UTC
  • mfrom: (18.1.2 ubuntu)
  • Revision ID: package-import@ubuntu.com-20130524182704-d9uwh9lrj91elnm6
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.udev: udev rules to set ACLs on SCM smartcard readers.
  - Add upstart user job for gpg-agent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
start_page (char *name)
415
415
{
416
416
  if (verbose)
417
 
    inf ("starting page `%s'", name);
 
417
    inf ("starting page '%s'", name);
418
418
  assert (!thepage.name);
419
419
  thepage.name = xstrdup (name);
420
420
  thepage.n_sections = 0;
434
434
  p = strrchr (name, '.');
435
435
  if (!p || !p[1])
436
436
    {
437
 
      err ("no section name in man page `%s'", thepage.name);
 
437
      err ("no section name in man page '%s'", thepage.name);
438
438
      free (name);
439
439
      return -1;
440
440
    }
591
591
          ignore_args = 1; /* Parameterized macros are not yet supported. */
592
592
        }
593
593
      else
594
 
        inf ("texinfo command `%s' not supported (%.*s)", command,
 
594
        inf ("texinfo command '%s' not supported (%.*s)", command,
595
595
             ((s = memchr (rest, '\n', len)), (s? (s-rest) : len)), rest);
596
596
    }
597
597
 
605
605
          i--;
606
606
      if (i)
607
607
        {
608
 
          err ("closing brace for command `%s' not found", command);
 
608
          err ("closing brace for command '%s' not found", command);
609
609
          return len;
610
610
        }
611
611
      if (n > 2 && !ignore_args)
780
780
    return; /* No page active.  */
781
781
 
782
782
  if (verbose)
783
 
    inf ("finishing page `%s'", thepage.name);
 
783
    inf ("finishing page '%s'", thepage.name);
784
784
 
785
785
  if (opt_select)
786
786
    {
787
787
      if (!strcmp (opt_select, thepage.name))
788
788
        {
789
 
          inf ("selected `%s'", thepage.name );
 
789
          inf ("selected '%s'", thepage.name );
790
790
          fp = stdout;
791
791
        }
792
792
      else
798
798
    }
799
799
  else if (opt_store)
800
800
    {
801
 
      inf ("writing `%s'", thepage.name );
 
801
      inf ("writing '%s'", thepage.name );
802
802
      fp = fopen ( thepage.name, "w" );
803
803
      if (!fp)
804
 
        die ("failed to create `%s': %s\n", thepage.name, strerror (errno));
 
804
        die ("failed to create '%s': %s\n", thepage.name, strerror (errno));
805
805
    }
806
806
  else
807
807
    fp = stdout;
1162
1162
                }
1163
1163
 
1164
1164
              if (!incfp)
1165
 
                err ("can't open include file `%s':%s",
 
1165
                err ("can't open include file '%s':%s",
1166
1166
                     incname, strerror (errno));
1167
1167
              else
1168
1168
                {