diff options
author | eadler <eadler@FreeBSD.org> | 2012-12-16 23:00:13 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-12-16 23:00:13 +0000 |
commit | ba44c5a926d6af2f2a4731e3bd7e59bd12dfd7f7 (patch) | |
tree | 6973bd94e055af7729136013331c3ee3bbe9a00c | |
parent | 1df9cc8b3f57738840eed7cdc84638812fbddc72 (diff) | |
download | FreeBSD-src-ba44c5a926d6af2f2a4731e3bd7e59bd12dfd7f7.zip FreeBSD-src-ba44c5a926d6af2f2a4731e3bd7e59bd12dfd7f7.tar.gz |
Minor wording improvments to some manual pages
Approved by: bcr (mentor)
Obtained from: DragonflyBSD (a5294ca835317c68c919ab43936da4f05ab6e926)
MFC after: 3 days
-rw-r--r-- | sbin/setkey/setkey.8 | 2 | ||||
-rw-r--r-- | usr.sbin/ndp/ndp.8 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 8f7bae13..19a9164 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -110,7 +110,7 @@ Loop forever and dump all the messages transmitted to .Dv PF_KEY socket. .Fl xx -makes each timestamps unformatted. +makes each timestamp unformatted. .El .Ss Configuration syntax With diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8 index 1fb63f81..9eabfe4 100644 --- a/usr.sbin/ndp/ndp.8 +++ b/usr.sbin/ndp/ndp.8 @@ -231,8 +231,8 @@ responding to requests for .Ar hostname even though the host address is not its own. .It Fl t -Print timestamp on each entry, -making it possible to merge output with +Print timestamp for each entry, +to make it possible to merge the output with .Xr tcpdump 1 . Most useful when used with .Fl A . |