diff options
author | rafan <rafan@FreeBSD.org> | 2010-07-25 11:48:27 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2010-07-25 11:48:27 +0000 |
commit | d83e26908bac284006be6783007c8a792b1af338 (patch) | |
tree | 06957b9b370bc488f1b891a206fff5dfd45c108e /contrib/ncurses/man | |
parent | 260d9422b5a5b0a21ca147ee8933427cf4b92c7e (diff) | |
download | FreeBSD-src-d83e26908bac284006be6783007c8a792b1af338.zip FreeBSD-src-d83e26908bac284006be6783007c8a792b1af338.tar.gz |
Merge r210464 from vendor/ncurses/dist:
- Fix wrong manpage title for keybound.3X
PR: docs/148864
Obtained from: ncurses-5.7-20081213 snapshot
Diffstat (limited to 'contrib/ncurses/man')
-rw-r--r-- | contrib/ncurses/man/keybound.3x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ncurses/man/keybound.3x b/contrib/ncurses/man/keybound.3x index 93e1794..53c941b 100644 --- a/contrib/ncurses/man/keybound.3x +++ b/contrib/ncurses/man/keybound.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1999-2003,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1999-2006,2008 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -28,8 +28,8 @@ .\" .\" Author: Thomas E. Dickey 1999 .\" -.\" $Id: keybound.3x,v 1.6 2006/02/25 21:47:06 tom Exp $ -.TH keyok 3X "" +.\" $Id: keybound.3x,v 1.7 2008/12/13 18:19:07 Frederic.Culot Exp $ +.TH keybound 3X "" .SH NAME \fBkeybound\fP \- return definition of keycode .SH SYNOPSIS |