diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-08-29 15:05:56 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-08-29 15:05:56 +0000 |
commit | 24d82aade141257bb1e3866b2468e2793499d092 (patch) | |
tree | c8dc473295335ef5a7aa1093d630e34dbd61004f /driver/xf86-video-wsudl | |
parent | 6f3e150eadbb6a2d85c19c3be562a30ed1725554 (diff) |
XFree86(1) -> __xservername__(1). __xservername__ is a macro that
gets replaced by the actual X server (Xorg currently) by the build
system.
Diffstat (limited to 'driver/xf86-video-wsudl')
-rw-r--r-- | driver/xf86-video-wsudl/man/wsudl.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-video-wsudl/man/wsudl.man b/driver/xf86-video-wsudl/man/wsudl.man index 2c7c7c896..34daff7c0 100644 --- a/driver/xf86-video-wsudl/man/wsudl.man +++ b/driver/xf86-video-wsudl/man/wsudl.man @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsudl.man,v 1.1 2009/09/22 14:12:23 mglocker Exp $ +.\" $OpenBSD: wsudl.man,v 1.2 2010/08/29 15:05:55 matthieu Exp $ .\" .\" Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org> .\" @@ -60,7 +60,7 @@ driver picks up the currently used video mode from the framebuffer driver and uses it. Video modes specifications in the configuration file are ignored. .SH "SEE ALSO" -XFree86(1), __xconfigfile__(__filemansuffix__), xorgconfig(1), Xserver(1), +__xservername__(1), __xconfigfile__(__filemansuffix__), xorgconfig(1), Xserver(1), X(__miscmansuffix__), wsdisplay(__drivermansuffix__) .SH AUTHORS This driver has been written by Marcus Glocker, based on the wsfb driver |