diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-20 21:33:10 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-20 21:33:10 +0000 |
commit | 6e73b69f347f0157c87e482794b006f55fcbbbb3 (patch) | |
tree | 155a33822aa655faa74d1237ecabcc0ed44405b8 /usr.bin/logger | |
parent | ba8eff66dba3c4313e202b81fabd2e68046bd4d2 (diff) | |
download | FreeBSD-src-6e73b69f347f0157c87e482794b006f55fcbbbb3.zip FreeBSD-src-6e73b69f347f0157c87e482794b006f55fcbbbb3.tar.gz |
.Nm is not required at the begining of this sentence.
Diffstat (limited to 'usr.bin/logger')
-rw-r--r-- | usr.bin/logger/logger.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 21189b5..5ac03e7 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -56,16 +56,15 @@ system log module. The following options are available: .Bl -tag -width indent .It Fl 4 -Forces +Force .Nm to use IPv4 addresses only. .It Fl 6 -Forces +Force .Nm to use IPv6 addresses only. .It Fl A -.Nm -tries to send the message to only one address +Try to send the message to only one address even if the host has more than one A or AAAA record. If this option is specified, .Nm |