Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site abic.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!cwruecmp!abic!crc From: crc@abic.UUCP (Clive Charlwood) Newsgroups: net.unix Subject: "Idenification Keywords" Message-ID: <722@abic.UUCP> Date: Tue, 21-Jan-86 16:14:21 EST Article-I.D.: abic.722 Posted: Tue Jan 21 16:14:21 1986 Date-Received: Thu, 23-Jan-86 20:57:57 EST Organization: Allen-Bradley Co., Highland Heights, OH 44143 Lines: 29 I need to include Identification strings within the text of a manual page. I can't use get -k to suppress the expansion, because I then lose the information from the header at the top. I turned to the on line get(1) manual page to see how they did it. Unfortunately it is incorrect, the section headed "Identification Keywords" has a table thus: Keyword Value get.1 Module name: either the value of the m flag in the ... It Should Read: Keyword Value %M% Module name: either the value of the m flag in the ... I have found a way around it by putting the string %Z% in the nroff file as %\fBZ\fP%. Which works but doesn't seem 'nice'. Anybody got a 'nice' way of quoting Identification Strings against expansion. Thanks in advance Clive Charlwood.