X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fmenu.3x;h=1f6376d7b2dbde5018dfcb61b8b38a1814e9d23f;hp=17d6fc120cbac233c1eeb9e21d6299ab3b6e9619;hb=71c0306f0824ef2b10c4c5813fb003db48f3012e;hpb=d96f3e9b8a422f6daa2101d4d165801421312aa0 diff --git a/man/menu.3x b/man/menu.3x index 17d6fc12..1f6376d7 100644 --- a/man/menu.3x +++ b/man/menu.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2006,2010 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 * @@ -27,10 +27,10 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: menu.3x,v 1.19 2006/11/04 18:38:29 tom Exp $ +.\" $Id: menu.3x,v 1.20 2010/07/31 16:09:36 tom Exp $ .TH menu 3X "" .SH NAME -\fBmenu\fR - curses extension for programming menus +\fBmenu\fR \- curses extension for programming menus .SH SYNOPSIS \fB#include \fR .br @@ -43,7 +43,7 @@ menus, display menus on the screen, and handle interaction with the user. The \fBmenu\fR library uses the \fBcurses\fR libraries, and a curses initialization routine such as \fBinitscr\fR must be called before using any of these functions. To use the \fBmenu\fR library, link with the options -\fB-lmenu -lcurses\fR. +\fB\-lmenu \-lcurses\fR. . .SS Current Default Values for Item Attributes . @@ -174,7 +174,7 @@ The header file \fB\fR automatically includes the header files \fB\fR and \fB\fR. .PP In your library list, libmenu.a should be before libncurses.a; that is, -you want to say `-lmenu -lncurses', not the other way around (which would +you want to say `\-lmenu \-lncurses', not the other way around (which would usually give a link-error). .SH PORTABILITY These routines emulate the System V menu library. They were not supported on