NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50344 CVS commit: [netbsd-7] src/usr.sbin/makemandb



The following reply was made to PR bin/50344; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50344 CVS commit: [netbsd-7] src/usr.sbin/makemandb
Date: Fri, 15 Apr 2016 07:47:30 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Fri Apr 15 07:47:30 UTC 2016
 
 Modified Files:
 	src/usr.sbin/makemandb [netbsd-7]: apropos-utils.c
 
 Log Message:
 Pull up following revision(s) (requested by christos in ticket #1142):
 	usr.sbin/makemandb/apropos-utils.c: revisions 1.18, 1.19
 CID 1341551: Don't bother formatting if ti == NULL
 --
 PR/50344: Stephen Fisher: apropos shows formatting on console with vt100 term
 type. Can't print terminfo sequences directly; need to process them with
 ti_puts() to handle padding. This removes the padding delays, and stricly
 could break on slow terminal hardware, but they way the code is structured
 makes it impossible to fix properly (since the formatting strings are
 passed in the query).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.16.2.1 src/usr.sbin/makemandb/apropos-utils.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index