[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Newbie help for documenting code snippets
From: |
mahesh |
Subject: |
Re: [Groff] Newbie help for documenting code snippets |
Date: |
13 Jan 2005 06:20:49 -0000 |
On Wed, 12 Jan 2005 Ted Harding wrote :
>
>.de cdcmt
>.PP
>\f[CI]\s-2\h'-\\n[PI]u-\w'\\$*\0'u'\\$*\0\s0\fP\h'\\n[PI]u'\c
>..
>.LP
>.cd fork
>.cdcmt 20-34
>We set standard output unbuffered and call
>.cdwds fork .
>The parent and child both increment the integer counter
>pointed to by
>.cdwds ptr .
>.PP
>Memory-mapped files are handled specially by
>.cdwds fork ,
>in that memory mappings created by the parent
>before calling
>.cdwds fork
>are shared by the child.
>\(el
>
That's very close. Thanks again.
Manual says .PP = "First line of para indented"
This doesn't seem to happen.
If it is possible could you kindly comment the .cdcmt macro.
I would like to understand what's going on.
But i really do need to automate this.
Hence the use of loom.
- mahesh