diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-30 22:15:19 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-30 22:15:19 +0000 |
| commit | b78133c1d96054cc283e1d33d80cb7e3e61394dd (patch) | |
| tree | 35efabb1c5810191e83183c67dcfe3e7deb781dc | |
| parent | ea14e5c394b3d9d1d4d1518b07374dacdea5152c (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/man/man.man | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man index 7286c83429bc..c9dcf4eb48f9 100644 --- a/gnu/usr.bin/man/man/man.man +++ b/gnu/usr.bin/man/man/man.man @@ -12,6 +12,8 @@ .\" The University of Texas at Austin .\" Austin, Texas 78712 .\" +.\" $FreeBSD$ +.\" .Dd Jan 5, 1991 .Dt MAN 1 .Os @@ -92,6 +94,25 @@ name is determined by the or .Ev LC_CTYPE environment variables. +Localized directory name builded +using following rule: directory name +merged with +.Ev LC_CTYPE +or +.Ev LANG +environment variable value. +If +.Ev LC_CTYPE +has no value, then +.Ev LANG +variable value will be used. If both +these variables have no value, then no actions will be performed. +.Nm +can handle long and short notations of localized directory names. Long notation +means that directory has name "path/<lang>_<country>.<charset>", for +example ".../man/ru_RU.KOI8-R". Short notation "path/<lang>.<charset>", for +example ".../man/ru.KOI8-R". Short notation have priority over +long one. .It Fl p Ar string Specify the sequence of preprocessors to run before nroff or troff. Not all installations will have a full set of preprocessors. |
