diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-03-04 20:57:30 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-03-04 20:57:30 -0500 |
commit | 5b763259451b7798b1004c49775d1bd3df2f9d88 (patch) | |
tree | bfda54689e5a41c2b130746516d3e0b47ee424cc | |
parent | 611f20e896aa533f0f3e5cd6c8fdd7c381963c95 (diff) |
man: replace hard coded section number with __appmansuffix__
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | man/twm.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/twm.man b/man/twm.man index ab23f74..43cc9bd 100644 --- a/man/twm.man +++ b/man/twm.man @@ -52,7 +52,7 @@ click-to-type and pointer-driven keyboard focus, and user-specified key and pointer button bindings. .PP This program is usually started by the user's session manager or -startup script. When used from \fIxdm(1)\fP or \fIxinit(1)\fP without +startup script. When used from \fIxdm(__appmansuffix__)\fP or \fIxinit(__appmansuffix__)\fP without a session manager, \fItwm\fP is frequently executed in the foreground as the last client. When run this way, exiting \fItwm\fP causes the session to be terminated (i.e., logged out). @@ -143,7 +143,7 @@ If no startup files are found, \fItwm\fP will use the built-in defaults described above. The only resource used by \fItwm\fP is \fIbitmapFilePath\fP for a colon-separated list of directories to search when looking for bitmap files (for more information, see the \fIAthena -Widgets\fP manual and \fIxrdb(1)\fP). +Widgets\fP manual and \fIxrdb(__appmansuffix__)\fP). .PP \fITwm\fP startup files are logically broken up into three types of specifications: \fIVariables\fP, \fIBindings\fP, \fIMenus\fP. The @@ -338,7 +338,7 @@ from bitmap files, the following syntax is used instead: \fIcursorname\fP "\fIimage\fP" "\fImask\fP" .EE The \fIimage\fP and \fImask\fP strings specify the names of files containing -the glyph image and mask in \fIbitmap(1)\fP form. +the glyph image and mask in \fIbitmap(__appmansuffix__)\fP form. The bitmap files are located in the same manner as icon bitmap files. The following example shows the default cursor definitions: .EX 0 @@ -1275,7 +1275,7 @@ This variable is used as the prefix for files that begin with a tilde and for locating the \fItwm\fP startup file. .SH "SEE ALSO" .PP -X(__miscmansuffix__), Xserver(1), xdm(1), xrdb(1) +X(__miscmansuffix__), Xserver(__appmansuffix__), xdm(__appmansuffix__), xrdb(__appmansuffix__) .SH AUTHORS Tom LaStrange, Solbourne Computer; Jim Fulton, MIT X Consortium; Steve Pitschke, Stardent Computer; Keith Packard, MIT X Consortium; |