diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2018-09-08 19:10:31 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2018-09-08 19:10:31 +0000 |
commit | 80c29c2db525e7db706e80c5fc817675825f66cc (patch) | |
tree | 97dff1d9f8f94deaf967848bc33ef8cd1128c17c | |
parent | cba559033a8f21ad6bb0681fe695c77a43cb6432 (diff) | |
download | doc-80c29c2db525e7db706e80c5fc817675825f66cc.tar.gz doc-80c29c2db525e7db706e80c5fc817675825f66cc.zip |
add Rhapsody DR1 and Rhapsody DR2 manual pages
Notes
Notes:
svn path=/head/; revision=52238
-rwxr-xr-x | en_US.ISO8859-1/htdocs/cgi/man.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index 6e4fd8a969..f16c351c3d 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -707,6 +707,8 @@ $manPathDefault = 'FreeBSD 11.2-RELEASE and Ports'; 'NeXTSTEP 3.3', "$manLocalDir/NeXTSTEP-3.3", 'OpenStep 4.2', "$manLocalDir/OpenStep-4.2", + 'Rhapsody DR1', "$manLocalDir/Rhapsody-DR1", + 'Rhapsody DR2', "$manLocalDir/Rhapsody-DR2", ); my @no_pdf_output = ( |