New symbolic characters for HTML integration: <, >, &, _
\*<, \*>, \*& : safely output <>& in both -mdoc or -mdoc2html \*_ : hard space for both -mdoc and -mdoc2html
This commit is contained in:
parent
ce15988287
commit
b06a2e73d0
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: doc-syms,v 1.40 1999/01/11 19:09:30 garbled Exp $
|
||||
.\" $NetBSD: doc-syms,v 1.41 1999/01/13 07:08:39 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -465,3 +465,7 @@
|
|||
.if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)
|
||||
.if "\\$1"libz" \&Compression Library (libz, -lz)
|
||||
..
|
||||
.ds < <
|
||||
.ds > >
|
||||
.ds & &
|
||||
.ds _ \~
|
||||
|
|
Loading…
Reference in New Issue