CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/10/19 05:40:27
Modified files: usr.sbin/bgpctl: bgpctl.8 Log message: The size limit of the shutdown reason was relaxed to 255 characters but instead of mentioning the limit, remove it. bgpctl will properly error out if the reason is too long. OK job@ sthen@