config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-12-28 03:20:17 +01:00
parent 10bde14292
commit b097a84d62
262 changed files with 321 additions and 313 deletions

View file

@ -70,7 +70,7 @@
* mv -f ./"$DATAFILE" save/
*/
//config:config LPD
//config: bool "lpd (5.3 kb)"
//config: bool "lpd (5.5 kb)"
//config: default y
//config: help
//config: lpd is a print spooling daemon.

View file

@ -12,13 +12,13 @@
* See RFC 1179 for protocol description.
*/
//config:config LPR
//config: bool "lpr (10 kb)"
//config: bool "lpr (9.9 kb)"
//config: default y
//config: help
//config: lpr sends files (or standard input) to a print spooling daemon.
//config:
//config:config LPQ
//config: bool "lpq (10 kb)"
//config: bool "lpq (9.9 kb)"
//config: default y
//config: help
//config: lpq is a print spool queue examination and manipulation program.