man: Silence mandoc warnings.
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.1pull/181/head
parent
f36ccc1d91
commit
75eb3e51c6
|
@ -20,8 +20,9 @@
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
is a program which helps to configure compiler and linker flags for
|
is a program which helps to configure compiler and linker flags for
|
||||||
development libraries. This allows build systems to detect other dependencies
|
development libraries.
|
||||||
and use them with the system toolchain.
|
This allows build systems to detect other dependencies and use them with the
|
||||||
|
system toolchain.
|
||||||
.Sh GENERAL OPTIONS
|
.Sh GENERAL OPTIONS
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Fl -version
|
.It Fl -version
|
||||||
|
@ -39,10 +40,11 @@ environmental variable and display information on packages which have registered
|
||||||
information there.
|
information there.
|
||||||
.It Fl -simulate
|
.It Fl -simulate
|
||||||
Simulates resolving a dependency graph based on the requested modules on the
|
Simulates resolving a dependency graph based on the requested modules on the
|
||||||
command line. Dumps a series of trees denoting pkgconf's resolver state.
|
command line.
|
||||||
|
Dumps a series of trees denoting pkgconf's resolver state.
|
||||||
.It Fl -no-cache
|
.It Fl -no-cache
|
||||||
Skip caching packages when they are loaded into the internal resolver. This may
|
Skip caching packages when they are loaded into the internal resolver.
|
||||||
result in an alternate dependency graph being computed.
|
This may result in an alternate dependency graph being computed.
|
||||||
.It Fl -ignore-conflicts
|
.It Fl -ignore-conflicts
|
||||||
Ignore
|
Ignore
|
||||||
.Sq Conflicts
|
.Sq Conflicts
|
||||||
|
@ -50,15 +52,15 @@ rules in modules.
|
||||||
.It Fl -env-only
|
.It Fl -env-only
|
||||||
Learn about pkgconf's configuration strictly from environmental variables.
|
Learn about pkgconf's configuration strictly from environmental variables.
|
||||||
.It Fl -maximum-traverse-depth Ns = Ns Ar DEPTH
|
.It Fl -maximum-traverse-depth Ns = Ns Ar DEPTH
|
||||||
Impose a limit on the allowed depth in the dependency graph. For example, a
|
Impose a limit on the allowed depth in the dependency graph.
|
||||||
depth of 2 will restrict the resolver from acting on child dependencies of
|
For example, a depth of 2 will restrict the resolver from acting on child
|
||||||
modules added to the resolver's solution.
|
dependencies of modules added to the resolver's solution.
|
||||||
.It Fl -static
|
.It Fl -static
|
||||||
Compute a deeper dependency graph and use compiler/linker flags intended for
|
Compute a deeper dependency graph and use compiler/linker flags intended for
|
||||||
static linking.
|
static linking.
|
||||||
.It Fl -pure
|
.It Fl -pure
|
||||||
Treats the computed dependency graph as if it were pure. This is mainly intended
|
Treats the computed dependency graph as if it were pure.
|
||||||
for use with the
|
This is mainly intended for use with the
|
||||||
.Fl -static
|
.Fl -static
|
||||||
flag.
|
flag.
|
||||||
.It Fl -no-provides
|
.It Fl -no-provides
|
||||||
|
@ -66,8 +68,8 @@ Ignore
|
||||||
.Sq Provides
|
.Sq Provides
|
||||||
rules in modules when resolving dependencies.
|
rules in modules when resolving dependencies.
|
||||||
.It Fl -with-path Ns = Ns Ar PATH
|
.It Fl -with-path Ns = Ns Ar PATH
|
||||||
Adds a new module search path to pkgconf's dependency resolver. Paths added in
|
Adds a new module search path to pkgconf's dependency resolver.
|
||||||
this way are given preference before other paths.
|
Paths added in this way are given preference before other paths.
|
||||||
.It Fl -define-prefix
|
.It Fl -define-prefix
|
||||||
Attempts to determine the prefix variable to use for CFLAGS and LIBS entry relocations.
|
Attempts to determine the prefix variable to use for CFLAGS and LIBS entry relocations.
|
||||||
This is mainly useful for platforms where framework SDKs are relocatable, such as Windows.
|
This is mainly useful for platforms where framework SDKs are relocatable, such as Windows.
|
||||||
|
@ -82,8 +84,9 @@ variable used by the
|
||||||
.Sq define-prefix
|
.Sq define-prefix
|
||||||
feature.
|
feature.
|
||||||
.It Fl -relocate Ns = Ns Ar PATH
|
.It Fl -relocate Ns = Ns Ar PATH
|
||||||
Relocates a path using the pkgconf_path_relocate API. This is mainly used by the
|
Relocates a path using the pkgconf_path_relocate API.
|
||||||
testsuite to provide a guaranteed interface to the system's path relocation backend.
|
This is mainly used by the testsuite to provide a guaranteed interface
|
||||||
|
to the system's path relocation backend.
|
||||||
.It Fl -dont-relocate-paths
|
.It Fl -dont-relocate-paths
|
||||||
Disables the path relocation feature.
|
Disables the path relocation feature.
|
||||||
.El
|
.El
|
||||||
|
@ -150,7 +153,8 @@ field.
|
||||||
.It Fl -digraph
|
.It Fl -digraph
|
||||||
Dump the dependency resolver's solution as a graphviz
|
Dump the dependency resolver's solution as a graphviz
|
||||||
.Sq dot
|
.Sq dot
|
||||||
file. This can be used with graphviz to visualize module interdependencies.
|
file.
|
||||||
|
This can be used with graphviz to visualize module interdependencies.
|
||||||
.It Fl -path
|
.It Fl -path
|
||||||
Display the filenames of the
|
Display the filenames of the
|
||||||
.Sq .pc
|
.Sq .pc
|
||||||
|
@ -199,8 +203,8 @@ flag.
|
||||||
.Sq logfile
|
.Sq logfile
|
||||||
which is used for dumping audit information concerning installed module versions.
|
which is used for dumping audit information concerning installed module versions.
|
||||||
.It Va PKG_CONFIG_DEBUG_SPEW
|
.It Va PKG_CONFIG_DEBUG_SPEW
|
||||||
If set, enables additional debug logging. The format of the debug log messages is
|
If set, enables additional debug logging.
|
||||||
implementation-specific.
|
The format of the debug log messages is implementation-specific.
|
||||||
.It Va PKG_CONFIG_DONT_RELOCATE_PATHS
|
.It Va PKG_CONFIG_DONT_RELOCATE_PATHS
|
||||||
If set, disables the path relocation feature.
|
If set, disables the path relocation feature.
|
||||||
.El
|
.El
|
||||||
|
|
Loading…
Reference in New Issue