diff options
author | ru <ru@FreeBSD.org> | 2001-02-28 17:38:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-28 17:38:53 +0000 |
commit | f4325cbb8be5678f80d062f6b978366e9dcaa1e4 (patch) | |
tree | e31c6e8990ba85351f1ed4d140cfcf2804f9ab1a /sbin/adjkerntz | |
parent | 15e59884c93adf7c0d22cbaca565934c6eda53a9 (diff) | |
download | FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.zip FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.tar.gz |
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
Diffstat (limited to 'sbin/adjkerntz')
-rw-r--r-- | sbin/adjkerntz/adjkerntz.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8 index 3635c66..ee2f511 100644 --- a/sbin/adjkerntz/adjkerntz.8 +++ b/sbin/adjkerntz/adjkerntz.8 @@ -67,7 +67,7 @@ To handle these different situations, .Nm is invoked in two ways: .Bl -tag -width 4n -.It Cm Fl i +.It Fl i This form handles system startups and shutdowns. .Nm Adjkerntz is invoked with this option from @@ -101,7 +101,7 @@ to ensure that it reflects the current local time zone. Then .Nm exits. -.It Cm Fl a Op Fl s +.It Fl a Op Fl s This form is used to update the local time CMOS clock and kernel .Pa machdep.adjkerntz variable when time zone changes occur, |