Subject: CVS commit: src/share/man/man8
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/26/2003 21:32:51
Module Name: src
Committed By: jdolecek
Date: Sun Oct 26 21:32:51 UTC 2003
Modified Files:
src/share/man/man8: MAKEDEV2manpage.awk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/share/man/man8/MAKEDEV2manpage.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.