]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/config/icu-config.1.in
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / config / icu-config.1.in
index a84cef1c685d572c1669b718a9724ef8e38555d3..55b8e3f31ac7555ec1542e6ab9a9a042174b12d6 100644 (file)
@@ -2,14 +2,16 @@
 .\"
 .\" icu-config.1: manual page for the icu-config utility
 .\"
-.\" Copyright (C) 2002 IBM, Inc. and others.
+.\" Copyright (C) 2016 and later: Unicode, Inc. and others.
+.\" License & terms of use: http://www.unicode.org/copyright.html
+.\" Copyright (C) 2002-2008 IBM, Inc. and others.
 .\"
 .\" Based on  Yves Arrouye's pkgdata page <yves@arrouye.net>
 .\" Modified by Steven R. Loomis <srl@jtcsv.com>.
 .\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
 
-.TH ICU-CONFIG 1 "17 May 2002" "ICU MANPAGE" "ICU @VERSION@ Manual"
-.\".Dd "17 May 2002"
+.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
+.\".Dd "17 May 2004"
 .\".Dt ICU-CONFIG 1
 .\".Os 
 
@@ -56,7 +58,7 @@
 .BI "\-\-icudata"
 ]
 [
-.BI "\-\-icudata\-installdir"
+.BI "\-\-icudata\-install\-dir"
 ]
 [
 .BI "\-\-icudata\-mode"
@@ -74,9 +76,6 @@
 .BI "\-\-ldflags"
 ]
 [
-.BI "\-\-ldflags\-layout"
-]
-[
 .BI "\-\-ldflags\-libsonly"
 ]
 [
@@ -86,7 +85,7 @@
 .BI "\-\-ldflags\-system"
 ]
 [
-.BI "\-\-ldflags\-ustdio"
+.BI "\-\-ldflags\-icuio"
 ]
 [
 .BI "\-\-mandir"
@@ -202,9 +201,9 @@ be displayed.
 Print a help and usage message.
 .TP
 .BI "\-\-icudata"
-Print the \fIshortname\fP of the ICU data file. This does not include any suffix such as .dat, .dll, .so, .lib, .a, etc nor does it include prefixes such as 'lib'.  It may be in the form \fBlibicudt21b\fP 
+Print the \fIshortname\fP of the ICU data file. This does not include any suffix such as .dat, .dll, .so, .lib, .a, etc nor does it include prefixes such as 'lib'.  It may be in the form \fBicudt21b\fP
 .TP
-.BI "\-\-icudata\-installdir"
+.BI "\-\-icudata\-install\-dir"
 Print the directory where ICU packaged data should 
 be installed.   Can use as pkgdata(1)'s --install option.
 .TP
@@ -233,15 +232,15 @@ Print any flags which should be passed to the linker. These may include
 this option will attempt to link in the "common" (libicuuc) and "i18n" 
 (libicui18n) libraries, as well as the data library. If additional libraries
 are required, any of the following two flags may be added in conjunction with this one,
-for example "\-\-ldflags \-\-ldflags-ustdio" if the ustdio library is required
+for example "\-\-ldflags \-\-ldflags-icuio" if the icuio library is required
 in addition to the standard ICU libraries.
 Equivalent to the $(LDFLAGS) Makefile variable.
 .TP
 .BI "\-\-ldflags\-layout"
 Prints the link option for the ICU layout library.
 .TP
-.BI "\-\-ldflags\-ustdio"
-Prints the link option to add the UStdio package
+.BI "\-\-ldflags\-icuio"
+Prints the link option to add the ICU I/O package
 .TP
 .BI "\-\-ldflags\-libsonly"
 Similar to \fI\-\-ldflags\fP but only includes the \-l options.
@@ -284,5 +283,5 @@ Steven Loomis
 .SH VERSION
 @VERSION@
 .SH COPYRIGHT
-Copyright (C) 2002 IBM, Inc. and others.
+Copyright (C) 2002-2004 IBM, Inc. and others.