Browse Source

[2376] Documentation update

Michal 'vorner' Vaner 12 years ago
parent
commit
7460fff538
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/lib/dns/rrttl.h

+ 5 - 5
src/lib/dns/rrttl.h

@@ -76,11 +76,11 @@ public:
     ///
     /// It accepts either a decimal number, specifying number of seconds. Or,
     /// it can be given a sequence of numbers and units, like "2H" (meaning
-    /// two hours), "1W3D" (one week and 3 days). The allowed units are W, D,
-    /// H, M and S. They can be also specified in lower-case. No further
-    /// restrictions are checked (so they can be specified in arbitrary order
-    /// and even things like "1D1D" can be used to specify two days). The
-    /// unit at the last number can be omitted in case it is seconds.
+    /// two hours), "1W3D" (one week and 3 days). The allowed units are W
+    /// (week), D (day), H (hour), M (minute) and S (second). They can be also
+    /// specified in lower-case. No further restrictions are checked (so they
+    /// can be specified in arbitrary order and even things like "1D1D" can
+    /// be used to specify two days).
     ///
     /// \param ttlstr A string representation of the \c RRTTL.
     ///