diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2003-05-21 15:00:47 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2003-05-21 15:00:47 +0000 |
| commit | 3e32fa38602f6b2399a14d286537a5c83bf81914 (patch) | |
| tree | 0e2227c8e4a2371ce87a879fb88095655edbc1c5 | |
| parent | b140b63058857b63b37a918df090e2681b99cdbe (diff) | |
Notes
| -rw-r--r-- | usr.bin/logger/logger.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 5ac03e739189..1654bde7ac59 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -64,7 +64,9 @@ Force .Nm to use IPv6 addresses only. .It Fl A -Try to send the message to only one address +By default, +.Nm +tries 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 |
