CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/03/23 14:43:43
Modified files: share/man/man8 : rc.subr.8 Log message: Cleanup .Va macros, triggered by a smaller diff from ajacoutot@. * Do not use .Va for mere emphasis, it's for variable names. * Use .Dl to display complete single command lines. * And .Bd -literal is nicer when they contain double quotes. ok ajacoutot@