~ubuntu-branches/ubuntu/trusty/musl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/man/ld-musl-config.8

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2013-09-20 20:54:14 UTC
  • Revision ID: package-import@ubuntu.com-20130920205414-gy2n33v6iv9xu99c
Tags: 0.9.13-3
* Ready for Debian upload  (Closes: #713072) 
* Respect user set CC
* Reworked package according to feedback gven
  by Anton Gladky. See #721839 for reference.
* Reworked debian/copyright file according to
  feedback given by Paul Richards Tagliamonte

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "ld-musl-config" "8" "September 17, 2013" "Linux" "System Manager's Manual"
 
2
.SH "NAME"
 
3
\fBld-musl-config\fP
 
4
\- configures musl dynamic linker path's
 
5
.SH "SYNOPSIS"
 
6
\fBld-musl-config\fP
 
7
.SH "DESCRIPTION"
 
8
\fBld-musl-config\fP
 
9
reads in all config files found under
 
10
\fI/etc/ld-musl-$ARCH.d,\fP
 
11
and creates a concatenated linker path config file in
 
12
.sp
 
13
\fI/etc/ld-musl-$ARCH.path\fP
 
14
This file will be used by the musl dynamic run-time  linker.
 
15
.sp
 
16
Paths can either be separated with a newlines or with a ':' character.
 
17
.sp
 
18
ld-musl-config can be called at any time to regenerate the linker path config file.The previous config will be overwritten.
 
19
.SH "FILES"
 
20
.TP
 
21
\fI/etc/ld-musl-$ARCH.path\fP
 
22
Generated by
 
23
\fBld-musl-config\fP
 
24
and contains an ordered list of library path's.
 
25
.TP
 
26
\fI/etc/ld-musl-$ARCH.d/*\fP
 
27
Path config files to be read in by ld-musl-config.
 
28
.SH "AUTHORS"
 
29
Kevin Bortis <pkgs@bortis.ch>.
 
30
.sp
 
31
\fBld-musl-config\fP
 
32
was written by
 
33
Kevin Bortis <pkgs@bortis.ch>.