Blame man/sgmlsasp.1

Packit 9741aa
.\" -*- nroff -*-
Packit 9741aa
.TH SGMLSASP 1
Packit 9741aa
.SH NAME
Packit 9741aa
sgmlsasp \- translate output of sgmls using ASP replacement files
Packit 9741aa
.SH SYNOPSIS
Packit 9741aa
.B sgmls
Packit 9741aa
.RB [ \-n ]
Packit 9741aa
.I replacement_file\|.\|.\|.
Packit 9741aa
.SH DESCRIPTION
Packit 9741aa
.I sgmlsasp
Packit 9741aa
translates the standard input using the specification in
Packit 9741aa
.I replacement_file\|.\|.\|.
Packit 9741aa
and writes the result to the standard output.
Packit 9741aa
The standard input must be in the format output by
Packit 9741aa
.IR sgmls .
Packit 9741aa
Each replacement file must be in the format of an
Packit 9741aa
Amsterdam SGML parser (ASP) replacement file;
Packit 9741aa
this format is described in the ASP documentation.
Packit 9741aa
Duplicate replacements are silently ignored.
Packit 9741aa
The
Packit 9741aa
.B \-n
Packit 9741aa
option disables upper-case substitution (folding) for names in
Packit 9741aa
replacement files; this option should be used with concrete syntaxes
Packit 9741aa
that do not specify upper-case substitution for general names (that
Packit 9741aa
is, names that are not entity names).
Packit 9741aa
.SH BUGS
Packit 9741aa
References to external data entities are ignored.
Packit 9741aa
(Support for external data entities is not implemented in ASP.)
Packit 9741aa
.SH "SEE ALSO"
Packit 9741aa
.IR sgmls (1)