Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 531
    • Issues 531
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #2254

Closed
Open
Created Nov 09, 2020 by Tom Marcoen@tommar

named.conf man page formatting

The ''named.conf'' man page displays the comment styles in the DESCRIPTION as:

C style: /* */
   C++ style: // to end of line

Unix style: # to end of line

is this weird spacing intentional? I would expect it to be:

C style: /* */
C++ style: // to end of line
Unix style: # to end of line

The code in the man page is:

.sp
C style: /* */
.INDENT 0.0
.INDENT 3.5
C++ style: // to end of line
.UNINDENT
.UNINDENT
.sp
Unix style: # to end of line

Perhaps it can be changed to:

.sp
C style: /* */
.INDENT 0.0
C++ style: // to end of line
.UNINDENT
.INDENT 0.0
Unix style: # to end of line
.UNINDENT

PS: This man page appears to be missing from the appendix of the ARM (v9.16.8).

Assignee
Assign to
Time tracking