Sponsored Content
Full Discussion: e-book
Operating Systems Solaris e-book Post 101582 by zazzybob on Thursday 9th of March 2006 11:12:52 PM
Old 03-10-2006
http://docs.sun.com/app/docs/prod/solaris

Most other "ebooks" available on the 'net are breaching copyright and linking to these would thus be illegal.

Cheers
ZB
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 Book

Can anyone recommend a decent Solaris 10 book I should purchase? I wouldl like to sit the certification exams so something that covers all topics would be great. (2 Replies)
Discussion started by: rjw
2 Replies

2. Shell Programming and Scripting

Book Recomendation

What would be a good starter's book for learning Korn shell scripting? (1 Reply)
Discussion started by: soupbone38
1 Replies

3. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

4. Shell Programming and Scripting

perl book

I want to download larry wall's programming perl any edition book for free. will anybody tell me the location or url where i can get this book. (3 Replies)
Discussion started by: pritish.sas
3 Replies

5. What is on Your Mind?

looking for a book suggestion

On the basic concepts of programming. I mean I am 100% self taught so I need a book to fix all my bad habits and misconceptions. I mean I want a solid book over the basics. Explains what an array is, a string, variable, stacks, and so forth. I only know how to write code in shell,... (7 Replies)
Discussion started by: tlarkin
7 Replies

6. Shell Programming and Scripting

need help on picking a right book

hi, I'm searching for a perfect book to learn awk programming, i started with sed&awk book, but i think this book might be outdated as it is written way back in 97 and also it doesn't have many examples. So, I thought of getting some advice from the experts here. Pls suggest me some books. ... (1 Reply)
Discussion started by: dvah
1 Replies

7. UNIX and Linux Applications

Oracle book

Hi, can someone give a recommendation for this book? Oracle 11g For Dummies (For Dummies (Computers)): Amazon.de: Chris Zeis, Chris Ruel, Michael Wessler: Englische Bücher I am absolulety new to Oracle and databases in general. Would this be helpful or which one might be better? ... (1 Reply)
Discussion started by: firefox111
1 Replies

8. UNIX for Dummies Questions & Answers

Book reference

hello I am looking for book reference far Linux books that have information that is up to date. Example: Running Linux, O`Reilly, year 1995. Or Linux Administration, A beginners guide, 5`th ed, Mc Graw Hill Osbourn, year 2009. Thank you (2 Replies)
Discussion started by: cowLips
2 Replies

9. Red Hat

Linux book

Hi, Can any one suggest me which book will be good for learning Linux server admin. I am new to it and trying for interview preparation. Thanks (2 Replies)
Discussion started by: chetansingh23
2 Replies
DtMmdbBookGetShortTitle(library call)									     DtMmdbBookGetShortTitle(library call)

NAME
DtMmdbBookGetShortTitle -- obtains the short title of a book SYNOPSIS
#include <DtMmdb.h> const char* DtMmdbBookGetShortTitle( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTION
The DtMmdbBookGetShortTitle function returns the short title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. ARGUMENTS
request Specifies the bookcase in the bookcase descriptor field, as well as a valid value in the primary_oid, the secondary_oid, or the sequence_num field. The primary_oid represents the DtInfo Database object identifier of the TOC section; the secondary_oid rep- resents the object identifier of the book itself; and the sequence_num represents the sequence number of the book within the bookcase (0 based). If more than one of these fields have a valid value, the order of precedence is: primary_oid, secondary_oid, and, last, sequence_num. length Specifies the variable to receive the length of the returned short title, if the returned pointer to the title is not NULL. RETURN VALUE
If DtMmdbBookGetShortTitle completes successfully, it returns a pointer to the book's short title. If it fails, it returns a NULL pointer. EXAMPLE
None. SEE ALSO
DtMmdbBookGetLongTitle(3) DtMmdbBookGetShortTitle(library call)
All times are GMT -4. The time now is 07:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy