man: Silence mandoc warnings. #181

Merged
orbea merged 1 commits from man into master 2018-04-09 08:33:59 +00:00
orbea commented 2018-04-08 21:31:11 +00:00 (Migrated from github.com)

This silences the following warnings found with mandoc's lint feature.

man -Tlint pkgconf
new sentence, new line
  (mdoc) A new sentence starts in the middle of a text line. Start it
  on a new input line to help formatters produce correct spacing.
man: pkgconf.1:23:24: WARNING: new sentence, new line
man: pkgconf.1:42:15: WARNING: new sentence, new line
man: pkgconf.1:44:73: WARNING: new sentence, new line
man: pkgconf.1:53:63: WARNING: new sentence, new line
man: pkgconf.1:60:58: WARNING: new sentence, new line
man: pkgconf.1:69:66: WARNING: new sentence, new line
man: pkgconf.1:85:56: WARNING: new sentence, new line
man: pkgconf.1:153:7: WARNING: new sentence, new line
man: pkgconf.1:202:43: WARNING: new sentence, new line

https://man.openbsd.org/mandoc.1

Additionally here is a diff or the actual man page.

--- pkgconf.1.orig 2018-04-08 14:24:53.494990018 -0700
+++ pkgconf.1      2018-04-08 14:25:02.314073164 -0700
@@ -8,7 +8,7 @@
 
 DESCRIPTION
      pkgconf is a program which helps to configure compiler and linker flags
-     for development libraries. This allows build systems to detect other
+     for development libraries.  This allows build systems to detect other
      dependencies and use them with the system toolchain.
 
 GENERAL OPTIONS
@@ -33,7 +33,7 @@
 
      --simulate
              Simulates resolving a dependency graph based on the requested
-             modules on the command line. Dumps a series of trees denoting
+             modules on the command line.  Dumps a series of trees denoting
              pkgconf's resolver state.
 
      --no-cache
@@ -57,7 +57,7 @@
              Compute a deeper dependency graph and use compiler/linker flags
              intended for static linking.
 
-     --pure  Treats the computed dependency graph as if it were pure. This is
+     --pure  Treats the computed dependency graph as if it were pure.  This is
              mainly intended for use with the --static flag.
 
      --no-provides
@@ -192,8 +192,8 @@
              installed module versions.
 
      PKG_CONFIG_DEBUG_SPEW
-             If set, enables additional debug logging. The format of the debug
-             log messages is implementation-specific.
+             If set, enables additional debug logging.  The format of the
+             debug log messages is implementation-specific.
 
      PKG_CONFIG_DONT_RELOCATE_PATHS
              If set, disables the path relocation feature.
This silences the following warnings found with mandoc's lint feature. ``` man -Tlint pkgconf ``` ``` new sentence, new line (mdoc) A new sentence starts in the middle of a text line. Start it on a new input line to help formatters produce correct spacing. ``` ``` man: pkgconf.1:23:24: WARNING: new sentence, new line man: pkgconf.1:42:15: WARNING: new sentence, new line man: pkgconf.1:44:73: WARNING: new sentence, new line man: pkgconf.1:53:63: WARNING: new sentence, new line man: pkgconf.1:60:58: WARNING: new sentence, new line man: pkgconf.1:69:66: WARNING: new sentence, new line man: pkgconf.1:85:56: WARNING: new sentence, new line man: pkgconf.1:153:7: WARNING: new sentence, new line man: pkgconf.1:202:43: WARNING: new sentence, new line ``` https://man.openbsd.org/mandoc.1 Additionally here is a diff or the actual man page. ``` --- pkgconf.1.orig 2018-04-08 14:24:53.494990018 -0700 +++ pkgconf.1 2018-04-08 14:25:02.314073164 -0700 @@ -8,7 +8,7 @@ DESCRIPTION pkgconf is a program which helps to configure compiler and linker flags - for development libraries. This allows build systems to detect other + for development libraries. This allows build systems to detect other dependencies and use them with the system toolchain. GENERAL OPTIONS @@ -33,7 +33,7 @@ --simulate Simulates resolving a dependency graph based on the requested - modules on the command line. Dumps a series of trees denoting + modules on the command line. Dumps a series of trees denoting pkgconf's resolver state. --no-cache @@ -57,7 +57,7 @@ Compute a deeper dependency graph and use compiler/linker flags intended for static linking. - --pure Treats the computed dependency graph as if it were pure. This is + --pure Treats the computed dependency graph as if it were pure. This is mainly intended for use with the --static flag. --no-provides @@ -192,8 +192,8 @@ installed module versions. PKG_CONFIG_DEBUG_SPEW - If set, enables additional debug logging. The format of the debug - log messages is implementation-specific. + If set, enables additional debug logging. The format of the + debug log messages is implementation-specific. PKG_CONFIG_DONT_RELOCATE_PATHS If set, disables the path relocation feature. ```
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#181
There is no content yet.