diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-01-31 17:56:45 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-01-31 17:56:45 +0000 |
| commit | 448ed982f2f607eb479df45e2aac7db178d4a441 (patch) | |
| tree | 13fa150af955f2a2ed143b55ddb39a240227c98d | |
| parent | 9323dbdb0abc163b70f8de399732b48dc525f06a (diff) | |
Notes
| -rw-r--r-- | share/man/man5/libmap.conf.5 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man5/libmap.conf.5 b/share/man/man5/libmap.conf.5 index 44e66da18b6b7..db796b11d8640 100644 --- a/share/man/man5/libmap.conf.5 +++ b/share/man/man5/libmap.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 7, 2003 +.Dd January 31, 2004 .Dt LIBMAP.CONF 5 .Os .Sh NAME @@ -71,24 +71,24 @@ changing symlinks. # # candidate mapping # -libc_r.so.5 libthr.so.1 # Everything uses 'libthr' -libc_r.so libthr.so +libpthread.so.5 libpthread.so.1 # Everything uses 'libpthread' +libpthread.so libpthread.so [/usr/local/bin/mplayer] # 'mplayer' uses libc_r. -libc_r.so.5 libc_r.so.5 -libc_r.so libc_r.so +libpthread.so.5 libc_r.so.5 +libpthread.so libc_r.so [mplayer] -libc_r.so.5 libc_r.so.5 -libc_r.so libc_r.so +libpthread.so.5 libc_r.so.5 +libpthread.so libc_r.so -[/usr/local/sbin/httpd] # Apache uses libkse -libc_r.so.5 libkse.so.1 -libc_r.so libkse.so +[/usr/local/sbin/httpd] # Apache uses libthr +libpthread.so.5 libthr.so.1 +libpthread.so libthr.so [httpd] -libc_r.so.5 libkse.so.1 -libc_r.so libkse.so +libpthread.so.5 libthr.so.1 +libpthread.so libthr.so .Ed .Sh FILES .Bl -tag -width ".Pa /etc/libmap.conf" -compact |
