diff options
author | mpp <mpp@FreeBSD.org> | 2000-01-23 02:18:19 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-01-23 02:18:19 +0000 |
commit | dafe7a5c08e069ab2fab4cc52d7d11edf1e2d22a (patch) | |
tree | aa30ae06f05b9db35f557e0235baa576e2b5f71a /libexec | |
parent | 0e58226b9fd3d115aa51ac6512d3547dc774f2e5 (diff) | |
download | FreeBSD-src-dafe7a5c08e069ab2fab4cc52d7d11edf1e2d22a.zip FreeBSD-src-dafe7a5c08e069ab2fab4cc52d7d11edf1e2d22a.tar.gz |
Fix various man pages to stop abusing the .Bx macro to generate the
string "FreeBSD". Use the .Fx macro instead.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rpc.rquotad/rpc.rquotad.8 | 2 | ||||
-rw-r--r-- | libexec/ypxfr/ypxfr.8 | 17 |
2 files changed, 10 insertions, 9 deletions
diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index a4fa2c0..6c289ac 100644 --- a/libexec/rpc.rquotad/rpc.rquotad.8 +++ b/libexec/rpc.rquotad/rpc.rquotad.8 @@ -57,7 +57,7 @@ protocol defined in .Sh BUGS .Bx 4.4 and -.Bx Free +.Fx support group quotas but the rquota protocol does not. .Sh SEE ALSO .Xr quota 1 diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 6bdfd02..9ce6633 100644 --- a/libexec/ypxfr/ypxfr.8 +++ b/libexec/ypxfr/ypxfr.8 @@ -57,7 +57,7 @@ from one server to another using .Tn NIS services. In -.Bx Free , +.Fx , .Nm is generally invoked by .Xr ypserv 8 @@ -145,12 +145,12 @@ it logs all its output using the facility. .Sh NOTES The -.Bx Free +.Fx version of .Nm has support for a special map transfer protocol which works in conjunction with the -.Bx Free +.Fx .Xr rpc.ypxfrd 8 server. This protocol allows it to transfer raw map database files from the @@ -171,20 +171,21 @@ transfer method, copying the map contents from and creating new maps instead. .Pp Note that while the -.Bx Free +.Fx ypxfrd protocol is conceptually similar to the SunOS ypxfrd protocol, -.Bx Free Ns 's +the +.Fx protocol is not compatible with Sun's, therefore it will not work with Sun's ypxfrd server. -.Bx Free +.Fx slave systems can still transfer maps from any -.Bx non-Free +.No non- Ns Tn FreeBSD .Tn NIS server, however they will only be able to take advantage of the faster protocol if the master server is also running -.Bx Free . +.Fx . .Sh OPTIONS The following options and flags are supported by .Nm Ns : |