[net.bugs] outputting backslash in mmx

rcj1@ihuxi.UUCP (Raymon Jender) (07/13/84)

	I noticed that trying to output a backslash that is located
	within a static display does not work. Is this a bug?

	Example:

	This does not output the backslash:

	.DS
		\\\__________/
	.DE

	But this works:

	.nf
		\\\_________/
	.fi

	Why?

				Ray Jender
				ihnp4!ihuxi!rcj1

gwyn@brl-tgr.ARPA (Doug Gwyn <gwyn>) (07/15/84)

Double the number of backslashes (from 3 to 6).