diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-11 11:48:14 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-11 11:48:18 +0100 |
commit | 23061c27188da281bcfb396855b01f8628298f87 (patch) | |
tree | 7e5ade43e21b7471298270db944d38350775320a | |
parent | 8c3cbea35f50ba2748731f6de908f0b2e615b153 (diff) | |
download | rf-23061c27188da281bcfb396855b01f8628298f87.tar.gz |
add nbsp to table in manual
Otherwise, it looks too cramped in the HTML output.
-rw-r--r-- | rf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,8 +42,8 @@ The performance of .Nm primarily depends on the number of entries in the reference list at the end of the document. On my HP Compaq dc5700 from 2007, the relationship between number of entries in the reference list and total execution time is roughly the following: -.Bl -column "Entries " "Time " -offset indent -.It Em Entries Ta Em Time +.Bl -column "EntriesXXXX" "TimeX" -offset indent +.It Em "Entries\ \ \ \ " Ta Em Time .It 3 Ta 0.03s .It 50 Ta 0.09s .It 107 Ta 0.15s |