commit: f537553bfebc7372715013767264452fe4f3e994 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 31 21:32:07 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Nov 1 18:34:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f537553b
metadata-cache.tex: Save one line by preventing a line break. metadata-cache.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata-cache.tex b/metadata-cache.tex index 47e70a4..952f03d 100644 --- a/metadata-cache.tex +++ b/metadata-cache.tex @@ -40,9 +40,9 @@ order. Other lines may be present following these; their meanings are not define Future EAPIs may define new variables, remove existing variables, change the line number or format used for a particular variable, add or reduce the total length of the file and so on. -Any future EAPI that uses this cache format will continue to place the EAPI value on -line 15 if such a concept makes sense for that EAPI, and will place a value that is clearly -not a supported EAPI on line 15 if it does not. +Any future EAPI that uses this cache format will continue to place the EAPI value on line~15 if +such a concept makes sense for that EAPI, and will place a value that is clearly not a supported +EAPI on line~15 if it does~not. % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :
