CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/07/13 13:16:33
Modified files: usr.sbin/rpc.bootparamd: bootparams.5 share/man/man5 : changelist.5 defaultdomain.5 login.conf.5 myname.5 netgroup.5 spamd.conf.5 usr.bin/doas : doas.conf.5 usr.sbin/npppd/npppd: npppd-users.5 usr.bin/ssh : ssh_config.5 sshd_config.5 share/man/man8 : daily.8 rc.8 rc.shutdown.8 security.8 Log message: man pages with pseudo synopses which list filenames end up creating very ugly output in man -k; after some discussion with ingo, we feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly helpful at page top, is contained already in FILES, and there are sufficiently few that just zapping them is simple; ok schwarze, who also helpfully ran things through a build to check output;