summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-13 20:02:38 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-13 20:02:38 +0200
commit48776bdacd17e1c2f73238ff8bb6b327760b526d (patch)
treec1ed509de2c2b087da83463cbb80d460cb52a594
parent7c96ab1d2484ab2df3c6a84f1a1d2e076f469085 (diff)
sd-network: bring comments up-to-date
-rw-r--r--src/systemd/sd-network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h
index a72e6c4bf1..6bba5cfa37 100644
--- a/src/systemd/sd-network.h
+++ b/src/systemd/sd-network.h
@@ -78,7 +78,7 @@ int sd_network_get_ntp(char ***addr);
int sd_network_get_link_state(int ifindex, char **state);
/* Get operatinal state from ifindex.
- * Possible states: unknown, dormant, carrier, degraded, routable
+ * Possible states: down, up, dormant, carrier, degraded, routable
* Possible return codes:
* -ENODATA: networkd is not aware of the link
*/