dvitomp fix from Akira
[mplib] / src / texk / kpathsea / kpsereadlink.man
1 .TH KPSEREADLINK 1 "4 January 1998" "Kpathsea @VERSION@"
2 .\"=====================================================================
3 .SH NAME
4 kpsereadlink \- print contents of symbolic link
5 .SH SYNOPSIS
6 .B kpsereadlink
7 .I file
8 .\"=====================================================================
9 .SH DESCRIPTION
10 If
11 .I file
12 is a symbolic link, print its contents (what it links to), and exit
13 successfully.  Exit with a failure otherwise.
14 .PP
15 On systems that do not support symbolic links,
16 .B kpsereadlink
17 will always fail.
18 .\"=====================================================================
19 .SH OPTIONS
20 .B kpsereadlink
21 accepts the following additional options:
22 .TP
23 .B --help
24 .rb
25 Print help message and exit.
26 .TP
27 .B --version
28 .rb
29 Print version information and exit.
30 .\"=====================================================================
31 .SH "SEE ALSO"
32 .BR readlink (2)