diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-09-11 20:01:41 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-09-11 20:01:41 +0000 |
| commit | f273033f6006e5a2d77a14e3be5f76f695160888 (patch) | |
| tree | a25f1865af659c33469155eddaa59a6293490027 | |
| parent | 3e6ef2e23df6310fc97dfc002a4e8bf21d95c5c2 (diff) | |
Notes
| -rw-r--r-- | contrib/groff/tmac/tmac.doc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/groff/tmac/tmac.doc b/contrib/groff/tmac/tmac.doc index 18197f1b68cf..c82dd236892b 100644 --- a/contrib/groff/tmac/tmac.doc +++ b/contrib/groff/tmac/tmac.doc @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)doc 5.8 (Berkeley) 8/5/91 +.\" $FreeBSD$ .\" Modified by jjc@jclark.com as follows: the doc-* files are assumed to be .\" installed as mdoc/doc-* rather than tmac.doc-* (the filename .\" `tmac.doc-common' would be too long); when using groff, the doc-* files @@ -49,6 +50,9 @@ .de sO .mso mdoc/\\$1 .. +.de sOl +.sO locale/\\$1 +.. .if t \{\ . sO doc-ditroff .\} @@ -57,6 +61,7 @@ .\} .sO doc-common .sO doc-syms +.sOl locale-list .\" NS Db macro - start/stop DEBUG MODE .\" NS Db register DEBUG MODE .\" NS iN register DEBUG MODE (inline if 1, to stderr if 0 (default)) |
