Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dhelp_parse(8) [debian man page]

dhelp_parse(8)							Debian Linux manual						    dhelp_parse(8)

NAME
dhelp_parse - Debian online help parser SYNOPSIS
dhelp_parse [ -r | -i | -a doc-base_file | -d doc-base_file ] DESCRIPTION
This program is used by package developers to register the documents included in a package. In most cases it is called by install-docs (see doc-base package), which in turn is called from the postinst and prerm scripts of a Debian package. An index of the registered documents is written in the directory /usr/share/doc/HTML OPTIONS
-h,--help Displays the help page. -a Adds the documentation found in the given doc-base files to the dhelp database. -d Deletes the documentation found in the given doc-base files from the dhelp database. -i Does an incremental update of the documents index for all documentation added with the -a switch after the last index update. -r Ignored, kept for compatibility. PACKAGE DEVELOPERS
You should usually rely on install-docs to do the work for you, but if for some reason you want to use dhelp_parse directly (not recom- mended!), you have to call it like this: postinst if [ -x /usr/sbin/dhelp_parse ]; then dhelp_parse -a /var/lib/doc-base/documents/foo fi prerm if [ -x /usr/sbin/dhelp_parse ]; then dhelp_parse -d /var/lib/doc-base/documents/foo fi Note that /var/lib/doc-base/documents/foo has to be a valid doc-base file (see doc-base documentation). SEE ALSO
dhelp(1), install-docs(8) AUTHOR
This package was written by Esteban Manchado Velazquez (zoso@debian.org). Debian 29 May 2008 dhelp_parse(8)

Check Out this Related Man Page

DWWW-BUILD-MENU(8)						      Debian							DWWW-BUILD-MENU(8)

NAME
dwww-build-menu - builds dwww Debian Documentation Menu SYNOPSIS
dwww-build-menu DESCRIPTION
dwww-build-menu is part of the dwww package, which provides access to on-line documentation on a Debian system via WWW. dwww-build-menu generates the Debian Documentation Menu pages (available on http://localhost/dwww/menu/), from files registered with doc-base program, found in the /var/lib/doc-base/documents The generated pages are stored in DWWW_DOCROOTDIR/dwww/menu directory. (Default is /var/www/dwww/menu.) FILES
/etc/dwww/dwww.conf Configuration file for dwww. /var/www/dwww/menu Default directory for generated menu pages. /var/lib/dwww Temporary directory used while generating the pages. SEE ALSO
dwww(7), dwww-build(8), install-docs(8), Debian doc-base Manual in /usr/share/doc/doc-base/doc-base.html/index.html. AUTHOR
Robert Luberda <robert@debian.org>. See dwww(7) for copyrights and stuff. dwww 1.11.1 February 15th, 2009 DWWW-BUILD-MENU(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

openssh: ssh_exchange_identification

Ok, I tried to install an openssh server, following the steps as told in the mandrakeuser docs. When I try to connect to my Linux box (Mandrake 8.1), I get the following error: ssh_exchange_identification: read: no such file or directory Any idea? (2 Replies)
Discussion started by: sTorm
2 Replies

2. UNIX for Dummies Questions & Answers

Java vm problem

I am using Redhat 7.2. I am trying to install LimeWireLinux. I downloaded the latest versions of LimeWireLinux and JavaVM. I have been trough Limewire, and Sun's setup documents and have done the workarounds for any known problems. My problem is: I get the following error when tring to install the... (3 Replies)
Discussion started by: jeremiebarber
3 Replies

3. Shell Programming and Scripting

Perl: getting the path

How do I strip of the path from the complete filename for example $file = "/home/docs/hw1.doc"; how do I extract the "/home/docs/" part? (1 Reply)
Discussion started by: karyn1617
1 Replies

4. HP-UX

need HP-UX docs

hi everyone I m plannin to study the HP-UX can anyone supply me with some docs or ebooks or any links for free download. thanks in advance (4 Replies)
Discussion started by: livemyway
4 Replies

5. AIX

AIX maintenance package 4.3.

Hello, we have an 7015-R40, we want to update AIX. oslevel shows 4.3.2.0 At ibm.com we found following AIX 4300-11 maintenance package Recommended maintenance for AIX 4.3.3 It's possible to update the system with this file or does we need another source? Thank you! S. (8 Replies)
Discussion started by: Sagitario
8 Replies

6. UNIX for Dummies Questions & Answers

deleteing .doc file

hi i ama dunmmies in Unix. I created a .doc file and copied it to unix via FTP as a ,doc file itself i want to delete that file , i tried with rm command it does not work file name is DDL's.doc plz help :confused: (2 Replies)
Discussion started by: agarwalniru
2 Replies

7. UNIX for Advanced & Expert Users

resize /var/www (debian)

I have several live websites running in the /var/www/XXXX directory. Initially when I did the Debian install I limited the web directory to 6GB. I am now outgrowing that limit. Question is: Is there a simple way to add space to the web directory??? I'd hate to have to redo the whole... (3 Replies)
Discussion started by: seagonus
3 Replies

8. Shell Programming and Scripting

How to search accross other documents?

Could do with some help on where to get started really. If anyone could help me it would be greatly appreciated. I have been working on this for a while now and I don't really know where to start. I am looking into creating a script that will process website hit files and output statistical... (1 Reply)
Discussion started by: amatuer_lee_3
1 Replies

9. Shell Programming and Scripting

update base

hello everyone I need to update data base in file 1-ID 2-Name 3-ID group 4-ID teacher 5-mark list unique ID is (ID+ID group+ID teacher) we can append 5 th columns (marks list) main base file: 1:John:3:1:4 3 2 2:Mark:1:2:1 3 3:Susan:3:4: input file: (6 Replies)
Discussion started by: mleplawy
6 Replies

10. Shell Programming and Scripting

Sed extract substring on (OS X)

On OS 10.4.11 I have filenames like: 670711 SA T2 v1-1_DS_EF.doc CT_670520 AM T1 v1-2_DS_EF.doc CT_670716 - 2 SA T4 v1-2_DS_EF.doc CT_670713 SA T3 v1-1_DS_EF.doc 670421 PA DYP1 v1-1_DS_EF.doc CT_670425 PA DYP2 v1-1_DS_EF.doc CT_670107 RA T3 v1-2_DS_EF.doc CT_670521 AM T2 v1-2_DS_EF.doc... (3 Replies)
Discussion started by: mlommel
3 Replies

11. Shell Programming and Scripting

Is there a 'fuzzy search' facility in Linux?

I have over 10m documents that I want to search through against a list of know keywords, however the documents were produced using a technique that isn't perfect in how the data was presented. Is there a fuzzy keyword search available in Linux or can anyone think of a way of doing it that isn't... (5 Replies)
Discussion started by: Bashingaway
5 Replies

12. Debian

bare bones Debian install

I have read into some of the complexity in the docs in Debian on the install procedure. Is there any guiding light on what is required for a bare bones install. I have read in maybe the wikipedia that the einstein behind Debian has put in place every thing imaginable for any particular Machine.... (2 Replies)
Discussion started by: cowLips
2 Replies

13. Red Hat

CentOS 6.1 base install (like FreeBSD base install)?

Hello, What is the simplest way to install CentOS 6.1 with console base-system only using official LiveDVD image on VirtualBox machine? I'd like to get simplest console with network support like FreeBSD base installation. Then, install services which I need. The installer jest extracts the... (2 Replies)
Discussion started by: newbie_develope
2 Replies

14. Shell Programming and Scripting

Problem with Grep command

Hi All, Below is my issue. File consist of the 2 server information. This information I am pulling from Netezza table and keeping it in tmp file. File format: database name|schemaname|server number eg: test1.tmp FWKD|FWKD_DEV|1 FWKD1|FWKD_QA|2 my requirement is to fetch the one... (7 Replies)
Discussion started by: bbc17484
7 Replies

15. Shell Programming and Scripting

Reading files of different type and same basename

Hi ! all I have need of accessing multiple files of different type same base name, and I want to compare base name if matching then I want to send those 2 files of different type to some program, for further processing my files are like this file_1.txt file_2.txt file_3.txt file_4.txt... (6 Replies)
Discussion started by: Akshay Hegde
6 Replies