aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/eventtimers.9
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-02-12 18:29:56 +0000
committerEd Schouten <ed@FreeBSD.org>2012-02-12 18:29:56 +0000
commit6b99842ada7bb3bd24c5fd4541e046994733757b (patch)
treeac73d0fee5bb41748009d87a44b179ab6b7d87bc /share/man/man9/eventtimers.9
parent5a197b461236c689211780e2f74e4c7d4d313fe9 (diff)
downloadsrc-6b99842ada7bb3bd24c5fd4541e046994733757b.tar.gz
src-6b99842ada7bb3bd24c5fd4541e046994733757b.zip
Globally replace u_int*_t from (non-contributed) man pages.
The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month
Notes
Notes: svn path=/head/; revision=231564
Diffstat (limited to 'share/man/man9/eventtimers.9')
-rw-r--r--share/man/man9/eventtimers.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/eventtimers.9 b/share/man/man9/eventtimers.9
index db530a90ee9c..c21b1a79f3ee 100644
--- a/share/man/man9/eventtimers.9
+++ b/share/man/man9/eventtimers.9
@@ -52,7 +52,7 @@ struct eventtimer {
#define ET_FLAGS_POW2DIV 16
int et_quality;
int et_active;
- u_int64_t et_frequency;
+ uint64_t et_frequency;
struct bintime et_min_period;
struct bintime et_max_period;
et_start_t *et_start;