\en not \n is a newline in troff

This commit is contained in:
Rangi
2023-03-04 18:36:22 -05:00
parent 2023d9ed99
commit 4cadc6f0fe

View File

@@ -1173,7 +1173,7 @@ For example:
DEF s EQUS "Hello, "
REDEF s EQUS "{s}world!"
; prints "Hello, world!"
PRINTLN "{s}\n"
PRINTLN "{s}\en"
.Ed
.Pp
.Sy Important note :