~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to ModuleCmd_Whatis.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-01-26 15:04:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130126150402-cdm9yfareli3c3q2
Tags: 3.2.10-1
* New upstream release. Closes: #397906.
* Fix ksh completion patch. Thanks to Bastian Neuberger. Closes: #697685.
* Now at Standards-Version: 3.9.4
* Move to Debhelper dependency >=9.
* Add hardening, linking as-needed.
* Add watch file thanks to Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 **                                                                          ** 
24
24
 ** ************************************************************************ **/
25
25
 
26
 
static char Id[] = "@(#)$Id: ModuleCmd_Whatis.c,v 1.5.18.3 2011/11/29 15:48:58 rkowen Exp $";
 
26
static char Id[] = "@(#)$Id: 4a401d29f9f9d732e363213a65d6ae5889644045 $";
27
27
static void *UseId[] = { &UseId, Id };
28
28
 
29
29
/** ************************************************************************ **/