git: 113bcf859d - main - handbook/network-servers: Mention rpc.lockd(8) manual page in the lockd section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 13:11:25 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=113bcf859dab3b3863337b734296771a030172e0 commit 113bcf859dab3b3863337b734296771a030172e0 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2024-04-11 13:06:08 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-04-11 13:06:34 +0000 handbook/network-servers: Mention rpc.lockd(8) manual page in the lockd section Sponsored by: Klara, Inc. --- documentation/content/en/books/handbook/network-servers/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index 88f3674efc..07ee163b17 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -454,7 +454,7 @@ To enable locking, execute the following command on both the client and server: # sysrc rpc_lockd_enable="YES" .... -Then start the service: +Then start the man:rpc.lockd[8] service: [source,shell] ....