History log of /netbsd-src/share/man/man8/MAKEDEV2manpage.awk (Results 1 – 12 of 12)
Revision Date Author Comments
# 4a4de35b 23-Mar-2010 jakllsch <jakllsch@NetBSD.org>

This actually wasn't (completely) replaced by a shell script, restore.


# 2d4e96b2 17-May-2005 wiz <wiz@NetBSD.org>

Update for rename of verifiedexec to veriexec.


# a551fcaf 30-Oct-2003 wiz <wiz@NetBSD.org>

Xref sab(4).


# cf43cdd2 26-Oct-2003 jdolecek <jdolecek@NetBSD.org>

g/c the MAKEDEV(.local)? substitution - it's not needed

generate the .Xr commands for device manpage crossreferences directly,
we no longer need to replace 'foo(4)' in the source MAKEDEV.tmpl

repla

g/c the MAKEDEV(.local)? substitution - it's not needed

generate the .Xr commands for device manpage crossreferences directly,
we no longer need to replace 'foo(4)' in the source MAKEDEV.tmpl

replace other gensub() calls with equivalent gsub(), and fix output
for fdc (we want 3 1/2", 5 1/4" - not 3 1/2``, 5 1/4'')

add target translation for 'random' -> rnd(4) and 'scsibus#' -> scsi(4),
and fix typo in opms entry

show more ...


# 6583af89 24-Oct-2003 jdolecek <jdolecek@NetBSD.org>

make sure to add links to all appropriate MD manpages for each device
pointed out by Thomas Klausner

expand the device name -> manpage translations, and fix some comments


# 7381215e 24-Oct-2003 jdolecek <jdolecek@NetBSD.org>

switch to unified MAKEDEV(8) - the manpage now contains list of
all devices for all platforms


# 4296d7d4 06-May-2003 jmmv <jmmv@NetBSD.org>

Drop trailing whitespace. Reviewed by wiz.


# 6c0669ab 30-Mar-2003 wiz <wiz@NetBSD.org>

Special-case 'pccons' and 'wscons' -- we don't want to uppercase them.
Addresses parts of PRs 20943-20959 by Igor Sobrado.


# 7dc9239d 14-Feb-2003 grant <grant@NetBSD.org>

The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.


# 0278f5df 19-Apr-2002 dillo <dillo@NetBSD.org>

Add special case: /dev/pms should refer to opms(4) (if it existed), not
to pms(4). Noted by Thomas Klausner.


# 9e86aef0 18-Apr-2002 dillo <dillo@NetBSD.org>

Escape empty rcs id so it doesn't get expanded in the awk script.


# d9b6f493 17-Apr-2002 dillo <dillo@NetBSD.org>

Fix PR 13923:
Rewrite MAKEDEV2manpage.pl in AWK and sh.
Add makedevs target to create MAKEDEV.8 man pages

Reviewed by Thomas Klausner.