CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/04/13 13:55:13
Modified files: usr.bin/mandoc : main.c mandoc.1 Log message: Use TIOCGWINSZ to reduce the default -Owidth during interactive use on terminals narrower than 79 columns and the default -Oindent on terminals narrower than 66 columns. Requested by and feedback from pirofti@; mpi@ and juanfra@ also like the general direction.