diff options
author | Bjoern Heidotting <bhd@FreeBSD.org> | 2020-10-28 18:47:22 +0000 |
---|---|---|
committer | Bjoern Heidotting <bhd@FreeBSD.org> | 2020-10-28 18:47:22 +0000 |
commit | b7997f87b0da6f6736053917ce1b421272336850 (patch) | |
tree | e1a9c12eb0f3228085b2ec57c9135557c8e4dfe5 /en_US.ISO8859-1/books | |
parent | 316c75ec92c75538284b3ef158c565663d6574e2 (diff) | |
download | doc-b7997f87b0da6f6736053917ce1b421272336850.tar.gz doc-b7997f87b0da6f6736053917ce1b421272336850.zip |
Since we're not providing any output of the 'pkg search php' command,
this sentence is at least confusing. Just remove it!
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D26945
Notes
Notes:
svn path=/head/; revision=54645
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/network-servers/chapter.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml index 77cf17177e..4e847eaffd 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml @@ -3647,9 +3647,7 @@ LoadModule ssl_module libexec/apache24/mod_ssl.so</programlisting> by installing the appropriate port.</para> <para>For all supported versions, search the package database - using <command>pkg</command>. Here is an example of the - available <acronym>PHP</acronym> packages as of the time - of this writing:</para> + using <command>pkg</command>:</para> <screen>&prompt.root; <userinput>pkg search php</userinput></screen> |