Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • libvirt libvirt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libvirtlibvirt
  • libvirtlibvirt
  • Repository
  • libvirt
  • docs
  • manpages
  • virt-sanlock-cleanup.rst
Find file BlameHistoryPermalink
  • Christian Ehrhardt's avatar
    man: fix section of virt-sanlock-cleanup · a7f3b901
    Christian Ehrhardt authored Jan 16, 2020 and Andrea Bolognani's avatar Andrea Bolognani committed Jan 17, 2020
    
    
    Reported at build time by lintian:
    manpage-section-mismatch usr/share/man/man8/virt-sanlock-cleanup.8.gz:3 8 != 1
    
    And indeed the rst file says 1 while the makefile say 8:
     if WITH_SANLOCK
       manpages8_rst += manpages/virt-sanlock-cleanup.rst
     else ! WITH_SANLOCK
    
    8 "System administration commands and daemons" seems to match, so fix
    the rst file to match.
    
    Signed-off-by: Christian Ehrhardt's avatarChristian Ehrhardt <christian.ehrhardt@canonical.com>
    Reviewed-by: Daniel Henrique Barboza's avatarDaniel Henrique Barboza <danielhb413@gmail.com>
    Reviewed-by: Andrea Bolognani's avatarAndrea Bolognani <abologna@redhat.com>
    a7f3b901