diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
| commit | 490d5836b5ab0c76675986696b1637fff97dfae2 (patch) | |
| tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/ypset | |
| parent | fb9f73c4dd34b5748d573f1eb7edad1b4e0a3666 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ypset')
| -rw-r--r-- | usr.sbin/ypset/ypset.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index d15b60d39689..49ad6e0b67ae 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -45,8 +45,9 @@ which YP server process to use .Op Fl d Ar domain .Ar server .Sh DESCRIPTION -.Nm Ypset -tells the +The +.Nm +utility tells the .Xr ypbind 8 process on the current machine which YP server process to communicate with. If @@ -56,7 +57,9 @@ a YP client process attempts to access a YP map, at which time .Xr ypbind 8 tests the binding and takes appropriate action. .Pp -.Nm Ypset +The +.Nm +utility is most useful for binding a YP client that is not on the same broadcast network as the closest YP server, but can also be used for debugging a local network's YP configuration, testing specific YP client |
