SETTING UP WORKSTATIONS

Installing Xerox Client Software man pages

Xerox preinstalls the Client Software man pages in the /usr/xerox/ nps/client/man directory. However you may want to access these man pages from the /usr/man directory, with the UNIX man pages. Consider the following options:

Install them under /usr/share on the public server.

C shell users:

Create a separate man page directory and modify your MANPATH environment variable to point to them. If you do so, however, all users who want to use these man pages must modify their .cshrc files as follows:

1. Create the following directories:

/usr/xerox/man

/usr/xerox/man/man1

2.Copy the contents of the /usr/xerox/nps/client/man directory into /usr/xerox/man/man1.

3.Edit the .cshrc file in the home directory to include the following line:

setenv MANPATH /usr/xerox/man:/usr/man

4.Reinitialize the shell environment by entering source

.cshrc

Korn shell users:

1.Create the directories /usr/xerox/man and /usr/xerox/man/ man1.

2.Copy the contents of the /usr/xerox/nps/client/man directory into /usr/xerox/man/man1.

3.Add the following lines to the .profile file in the home directory to allow access to the man pages:

MANPATH = /usr/xerox/man:/usr/man

export MANPATH

On a DEC ULTRIX client workstation, do one of the following:

Copy print.1, listjob.1, and listq.1 to the /usr/man/man1 directory. Replace the ULTRIX print.1 file that already exists in this directory.

If you do not want to replace the ULTRIX print.1 file, install the Xerox print.1 file in the /usr/man/manl or /usr/man/ mann directory. Then rename the file print.l or print.n respectively. To access the man pages, enter man local print or man new print.

Copy the man pages to the /usr/xerox/man/man1 directory. To access the man pages for a specific command, include the directory in your entry. For example, to access the man pages for the listjob command, enter man -p /usr/xerox/ man/man1/listjob.

2-12

GUIDE TO SUBMITTING JOBS FROM THE CLIENT

Page 32
Image 32
Xerox 721P87481 manual Installing Xerox Client Software man pages, Shell users, Cshrc Korn shell users