File: sgmlcheck.1

package info (click to toggle)
manpages-l10n 4.27.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 1,001,980 kB
  • sloc: sh: 4,067; makefile: 913; python: 885; perl: 442; sed: 16; lisp: 3
file content (47 lines) | stat: -rw-r--r-- 1,474 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.\" Process this file with
.\" groff -man -Tascii sgmlcheck.1
.\"
.TH SGMLCHECK 1 "2025-04-06"
.SH NAME
sgmlcheck \- check the syntax of an LinuxDoc DTD sgml source file
.SH SYNOPSIS
.B sgmlcheck
.IR file [.sgml]
.SH DESCRIPTION
.B sgmlcheck
is an old and obsoleted form of the SGML source checker command
of LinuxDoc-Tools
(its name may be misleading, as it is not a tool for any SGML DTD, only
supports the SGML LinuxDoc DTD).
It is recommended to switch the new form
.B linuxdoc -B check
now.
It runs an SGML parse on the specified document source.
Any errors are reported to standard output.
No formatted version of the source is produced.
.LP
Note that
.B sgmlcheck
preprocesses the LinuxDoc DTD SGML source, doing the conditionalization
described by any <#if></#if> and <#unless></#unless> tags.
Document sources containing these tags will confuse a standalone SGML parser.
.SH OPTIONS
None.  The generic options described in
.BR linuxdoc (1)
are accepted, but have no effect (except for \-D).
.SH FILES
Many files and executables in /usr/share/linuxdoc-tools and /usr/bin are used.
.SH BUGS
None known.
.SH AUTHOR
Originally written by Cees de Groot <cg@cdegroot.com> as sgmlcheck
for SGML-Tools v1 and maintained by
Taketoshi Sano <sano@debian.org> for Linuxdoc-Tools.
Currently maintained by Agustin Martin <agustin6martin AT gmail com>.
.SH "SEE ALSO"
.BR linuxdoc (1),
.BR sgml2html (1),
.BR sgml2info (1),
.BR sgml2latex (1),
.BR sgml2rtf (1),
.BR sgml2txt (1).