diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-30 20:18:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-30 20:18:28 +0000 |
| commit | 04876cf3ebe2844b4cedf74e61ae63cc0b74a478 (patch) | |
| tree | 6e87c91980bf33b563d332cc5c71a4ea07a08952 | |
| parent | 014a1a844d7dac864cc9bb7f0a9db1494d54c891 (diff) | |
Notes
| -rw-r--r-- | share/man/man7/build.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 48ee4a1781e5..47905c127dde 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 20, 2006 +.Dd October 1, 2006 .Dt BUILD 7 .Os .Sh NAME @@ -204,7 +204,10 @@ step into the directory hierarchy pointed to by variable .Va DESTDIR . .Pp -If installing onto an NFS file system, make sure that +If installing onto an NFS file system and running +.Xr make 1 with the +.Fl j +option, make sure that .Xr rpc.lockd 8 is running on both client and server. See |
