diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-11-05 17:42:50 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-11-05 17:42:50 +0000 |
| commit | 417a0a79d787f86fe7484a994eed189e201f6bcf (patch) | |
| tree | 9d94e784c851630402076de036582663d0f564f1 /usr.bin/less | |
| parent | 76fd782cd95aa36d29a4625f7255acaf76f07f20 (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index 5a5fca370c52..27b73ceff29e 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -184,7 +184,7 @@ /* * Sizes of various buffers. */ -#if 0 /* old sizes for small memory machines +#if 0 /* old sizes for small memory machines */ #define CMDBUF_SIZE 512 /* Buffer for multichar commands */ #define UNGOT_SIZE 100 /* Max chars to unget() */ #define LINEBUF_SIZE 1024 /* Max size of line in input file */ |
