diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 17:15:36 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 17:15:36 -0500 |
commit | 5f26fbf5384ec03260edfa7d2bd8b39fde380d5b (patch) | |
tree | 99c1783cee4cbf1b3fea560603f6d880b0bcb381 | |
parent | 64a5168667d30cfac2f6c6038a3b095b824580ac (diff) |
man: replace hard coded man page section with substitution strings
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | xclock.man | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,8 +71,8 @@ the Epoch (in format '970012340 seconds since Epoch' instead of a standard 24-hour time. .TP 8 .B \-strftime \fIformat\fP -This option allows an strftime(3) format string to be specified for the -digital clock's display. +This option allows an strftime(__libmansuffix__) format string to be specified +for the digital clock's display. .TP 8 .B \-twelve This option indicates that a digital clock should display the time in @@ -258,7 +258,7 @@ stored in the RESOURCE_MANAGER property. .I __apploaddir__/XClock specifies required resources .SH "SEE ALSO" -X(__miscmansuffix__), xrdb(1), time(3C), fonts.conf (__filemansuffix__). +X(__miscmansuffix__), xrdb(__appmansuffix__), time(__libmansuffix__), fonts.conf (__filemansuffix__). .SH BUGS .I Xclock believes the system clock. |