=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.221 retrieving revision 1.222 diff -c -r1.221 -r1.222 *** src/usr.bin/mandoc/mandoc.h 2022/06/07 09:51:03 1.221 --- src/usr.bin/mandoc/mandoc.h 2022/08/15 17:59:00 1.222 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.h,v 1.221 2022/06/07 09:51:03 schwarze Exp $ */ /* * Copyright (c) 2012-2022 Ingo Schwarze * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons --- 1,4 ---- ! /* $OpenBSD: mandoc.h,v 1.222 2022/08/15 17:59:00 schwarze Exp $ */ /* * Copyright (c) 2012-2022 Ingo Schwarze * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons *************** *** 20,27 **** */ #define ASCII_NBRSP 31 /* non-breaking space */ ! #define ASCII_HYPH 30 /* breakable hyphen */ ! #define ASCII_BREAK 29 /* breakable zero-width space */ /* * Status level. This refers to both internal status (i.e., whilst --- 20,28 ---- */ #define ASCII_NBRSP 31 /* non-breaking space */ ! #define ASCII_NBRZW 30 /* non-breaking zero-width space */ ! #define ASCII_BREAK 29 /* breakable zero-width space */ ! #define ASCII_HYPH 28 /* breakable hyphen */ /* * Status level. This refers to both internal status (i.e., whilst