diff options
author | wlemb <wlemb> | 2001-04-09 22:59:19 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2001-04-09 22:59:19 +0000 |
commit | 21ebecd3dc1722faa746a7f5e943a580beffb138 (patch) | |
tree | 9bd49a3ec2848ac00888b29fe0aef8dc7f9bd6d8 /tmac/doc-syms | |
parent | 1df99c0e5f5c42764a6a754ee172be53ea3e74fc (diff) | |
download | groff-21ebecd3dc1722faa746a7f5e943a580beffb138.tar.gz |
Fix indentation in SYNOPSIS.
Updated to include changes of latest BSD mdoc version (basically,
`.Fn' and `.Fc' put a final semicolon after a function declaration
in the SYNOPSIS section.
* tmac/doc.tmac (doc-in-synopsis-count): Replaced with ...
(doc-in-synopsis-section): New variable. Updated all related
functions.
(doc-indent-synopsis-active): New register.
(Nd, Fn, Fo): Use it.
(Cd): It requires manipulation of n[doc-indent-synopsis] so that
`.Cd' with long argument line produces indented wrapped lines.
Also, the misplaced `.nop *[doc-Nm-font]c'' caused extra
undesirable line break to be output.
(doc-do-func-decl, Nm, Vt, Fn, Fo): Remove extraneous calls to
`.rs'.
(Fn, Fc): Add final `;' to output.
(doc-save-global-vars, doc-restore-global-vars): Updated.
* tmac/doc-common: Remove `Ex' register.
Updated.
* tmac/doc-ditroff, tmac/doc-nroff, tmac/doc-syms: Updated
copyright.
Diffstat (limited to 'tmac/doc-syms')
-rw-r--r-- | tmac/doc-syms | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmac/doc-syms b/tmac/doc-syms index 770e08c2..5cf30ee9 100644 --- a/tmac/doc-syms +++ b/tmac/doc-syms @@ -1,5 +1,5 @@ -.\" Copyright (c) 1991 The Regents of the University of California. -.\" All rights reserved. +.\" Copyright (c) 1991, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)doc-syms 5.6 (Berkeley) 8/5/91 +.\" @(#)doc-syms 8.1 (Berkeley) 06/08/93 .\" .\" %beginstrip% . |