Fix wide lines in control.c

This commit is contained in:
Nick Mathewson 2011-01-07 12:16:12 -05:00
parent 6661e16e7c
commit 2be65619f9

View file

@ -1962,11 +1962,13 @@ static const getinfo_item_t getinfo_items[] = {
"Number of versioning authorities agreeing on the status of the " "Number of versioning authorities agreeing on the status of the "
"current version"), "current version"),
ITEM("address", misc, "IP address of this Tor host, if we can guess it."), ITEM("address", misc, "IP address of this Tor host, if we can guess it."),
ITEM("traffic/read", misc, "Bytes read since the process was started."), ITEM("traffic/read", misc,"Bytes read since the process was started."),
ITEM("traffic/written", misc, "Bytes written since the process was started."), ITEM("traffic/written", misc,
"Bytes written since the process was started."),
ITEM("process/pid", misc, "Process id belonging to the main tor process."), ITEM("process/pid", misc, "Process id belonging to the main tor process."),
ITEM("process/uid", misc, "User id running the tor process."), ITEM("process/uid", misc, "User id running the tor process."),
ITEM("process/user", misc,"Username under which the tor process is running."), ITEM("process/user", misc,
"Username under which the tor process is running."),
ITEM("process/descriptor-limit", misc, "File descriptor limit."), ITEM("process/descriptor-limit", misc, "File descriptor limit."),
ITEM("dir-usage", misc, "Breakdown of bytes transferred over DirPort."), ITEM("dir-usage", misc, "Breakdown of bytes transferred over DirPort."),
PREFIX("desc-annotations/id/", dir, "Router annotations by hexdigest."), PREFIX("desc-annotations/id/", dir, "Router annotations by hexdigest."),