diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-20 19:13:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-20 19:13:09 +0000 |
commit | c30b209265f65aa5e4b89a13f9c39827f75c98f3 (patch) | |
tree | 303150c1a380bd2166aab92d902a459407285724 /etc/MAKEDEV.sub | |
parent | 78ea5c3b5be8cd7dd18030bccee9f9b5f25c7d1a (diff) |
MAKEDEV.8 improvement pack:
- refer to the section 4 manual page for every device target, whenever
possible
- repair a few minor quoting errors
- repair a few sorting errors
- fix a few device descriptions (ideally they would be synched with the
.Nd line of their manpages, but we are not there... yet)
- minor mdoc fixes
Thanks to jmc@ for review and a lot of constructive criticism.
Diffstat (limited to 'etc/MAKEDEV.sub')
-rw-r--r-- | etc/MAKEDEV.sub | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/MAKEDEV.sub b/etc/MAKEDEV.sub index 6462ea1b789..46f37cf55f3 100644 --- a/etc/MAKEDEV.sub +++ b/etc/MAKEDEV.sub @@ -1,4 +1,4 @@ -dnl $OpenBSD: MAKEDEV.sub,v 1.11 2004/02/16 18:58:53 miod Exp $ +dnl $OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp $ dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -66,8 +66,8 @@ dnl store a version string for 'this' file dnl dnl vers ( uniqueidstring, versionstring, subdir ) dnl -dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.11 2004/02/16 18:58:53 miod Exp $-}) -dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.11 2004/02/16 18:58:53 miod Exp $-}, etc.MACHINE) +dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp $-}) +dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp $-}, etc.MACHINE) dnl dnl if subdir is defined, prepend it to the filename in the version string dnl @@ -78,7 +78,7 @@ define({-vers-}, dnl dnl Version info for this file: dnl -vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.11 2004/02/16 18:58:53 miod Exp $-})dnl +vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp $-})dnl dnl dnl define({-_addsubdir-}, @@ -202,7 +202,7 @@ define({-ifdev-}, {-ifelse($1__DEV, Y, {-$2-})-})dnl dnl define({-_MKDEV-}, {-$1_mkdev-})dnl define({-_TITLE-}, {-$1_title-})dnl -define({-__devitem-}, {-define($1_dev, {-_devitem($2, $3)-})$4-})dnl +define({-__devitem-}, {-define($1_dev, {-_devitem($2, $3)-})-})dnl define({-__devtitle-}, {-define($1_title, {-_devtitle($2)-})-})dnl dnl dnl Beginning and ending of case entries, just incase we change in the |