diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-02 08:55:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 01:32:22 -0700 |
commit | 7303af622984579e600893934a3958c0654d57bf (patch) | |
tree | fd3956f647d2a525cc4f122ab1121c5fec80766c /man/XvPortNotify.man | |
parent | ea79759a6940855dab10472a876e784fb8494eee (diff) |
Man page cleanups and formatting fixes
- Convert man page section headings to traditional style/names
Make them all caps, and use 'synopsis' instead of 'syntax'
- Strip trailing whitespace from man pages
- Add return types to function prototypes
- Fix unbalanced quoting and other formatting issues
- Use .BR for formatting man page references
- Add "libXv Functions" to man page header
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'man/XvPortNotify.man')
-rw-r--r-- | man/XvPortNotify.man | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/man/XvPortNotify.man b/man/XvPortNotify.man index a31dd03..6fa3bb3 100644 --- a/man/XvPortNotify.man +++ b/man/XvPortNotify.man @@ -1,8 +1,8 @@ -.TH XvPortNotify __libmansuffix__ __vendorversion__ -.SH Name +.TH XvPortNotify __libmansuffix__ __vendorversion__ "libXv Functions" +.SH NAME XvPortNotify \- event generated when port attributes change .\" -.SH Syntax +.SH SYNOPSIS .B #include <X11/extensions/Xvlib.h> .br .sp 1l @@ -43,15 +43,15 @@ An atom specifying the attribute that changed. .IP \fIvalue\fR 15 The new value of the attribute. .\" -.SH Description +.SH DESCRIPTION .\" XvPortNotify events are generated when a port attribute is set using -the XvSetPortAttribute(__libmansuffix__) function. +the +.BR XvSetPortAttribute (__libmansuffix__) +function. .\" -.SH See Also -XvSetPortAttribute(__libmansuffix__), XvGetPortAttribute(__libmansuffix__), XvSelectPortNotify(__libmansuffix__) +.SH SEE ALSO +.BR XvSetPortAttribute (__libmansuffix__), +.BR XvGetPortAttribute (__libmansuffix__), +.BR XvSelectPortNotify (__libmansuffix__). .\" - - - - |