linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Connectathon: Remove warning from general tests
@ 2011-01-27 18:49 Steve Dickson
  2011-01-27 18:49 ` [PATCH 1/3] Make the stat command ignore lines that it is not looking for Steve Dickson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steve Dickson @ 2011-01-27 18:49 UTC (permalink / raw)
  To: Linux NFS Mailing list

Here are three approaches to removing the 
    warning: around line 47: table wider than line width

that is currently occurring in the general tests.

The first approach is to make the stat command, which read
the output time file, ignore lines it does not understand. 

The second approach was to fix the nroff.in file. It turns
out, the only I could stop that warning was to decrease the
width of the table. Through my trials and tribulations with
this, I'm beginning to believe the generating of this warning
is a bug in the groff command, since I can not find anything
wrong with the original table definition.

The third and final approach is a patch that Jeff Layton 
purposed that leaves the table width alone and adds the
"nowarn" to the global options of the table.

All three seem to do the trick but obviously we don't need
all three... I am leaning towards the first approach since
its not dependent on nroff/tbl isms... 

Steve Dickson (2):
  Make the stat command ignore lines that it is not looking for.
  Make the tbl table smaller to avoid a warning about line width

Jeff Layton (1):
  cthon04: add "nowarn" option to nroff.in tables

 general/nroff.in |    2 +-
 general/stat.c   |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

-- 
1.7.3.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-28  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 18:49 [PATCH 0/3] Connectathon: Remove warning from general tests Steve Dickson
2011-01-27 18:49 ` [PATCH 1/3] Make the stat command ignore lines that it is not looking for Steve Dickson
2011-01-27 18:49 ` [PATCH 2/3] Make the tbl table smaller to avoid a warning about line width Steve Dickson
2011-01-27 18:49 ` [PATCH 3/3] cthon04: add "nowarn" option to nroff.in tables Steve Dickson
2011-01-28  2:11   ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).