diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-04-20 03:45:54 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-04-20 03:45:54 +0000 |
| commit | 023e89e5efa694577b481488bb5ea251d3ec1966 (patch) | |
| tree | b6c6c2921ca62b71b7bec9a475156de3f868a10f /PSD.doc/tutorial.ms | |
| parent | 769742d3aff97a7f08b820ddad980fd0afacfb3a (diff) | |
Import bmake-20150418vendor/NetBSD/bmake/20150418
Notes
svn path=/vendor/NetBSD/bmake/dist/; revision=281760
svn path=/vendor/NetBSD/bmake/20150418/; revision=281761; tag=vendor/NetBSD/bmake/20150418
Diffstat (limited to 'PSD.doc/tutorial.ms')
| -rw-r--r-- | PSD.doc/tutorial.ms | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/PSD.doc/tutorial.ms b/PSD.doc/tutorial.ms index c1a6444d48c6..d5c8a7d54f96 100644 --- a/PSD.doc/tutorial.ms +++ b/PSD.doc/tutorial.ms @@ -1,4 +1,4 @@ -.\" $NetBSD: tutorial.ms,v 1.11 2011/08/18 15:19:30 sjg Exp $ +.\" $NetBSD: tutorial.ms,v 1.12 2014/09/30 21:33:14 christos Exp $ .\" Copyright (c) 1988, 1989, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -67,6 +67,16 @@ .\" .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' +.\" Ix is an indexing macro similar to .IX but I've disabled it for now +.\" Since that would require 2 passes and I am not in the mood for that. +.de Ix +.. +.\" Rd is section (region) define and Rm is region mention? Again disable for +.\" now. +.de Rd +.. +.de Rm +.. .\" xH is a macro to provide numbered headers that are automatically stuffed .\" into a table-of-contents, properly indented, etc. If the first argument .\" is numeric, it is taken as the depth for numbering (as for .NH), else |
