diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 19:07:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 19:07:33 +0000 |
| commit | d37ea99837e6ad50837fd9fe1771ddf1c3ba6002 (patch) | |
| tree | 29f2974dc01c5902c6ed3744380acf6a3ec30c66 /gnu | |
| parent | 8c21c193056ac0ffd1364e6c6c4bce6c629864b4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libdialog/dialog.3 | 18 | ||||
| -rw-r--r-- | gnu/usr.bin/man/apropos/apropos.man | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/man/man/man.man | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/tar/tar.1 | 10 |
4 files changed, 19 insertions, 19 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3 index c0cc028e5297..9fa0b975024f 100644 --- a/gnu/lib/libdialog/dialog.3 +++ b/gnu/lib/libdialog/dialog.3 @@ -127,15 +127,15 @@ .Fn end_dialog "void" .Ft "int" .Fn dialog_ftree "unsigned char *filename" "unsigned char FS" "unsigned char *title" "unsigned char *prompt" "int height" "int width" "int menu_height" "unsigned char **result" -.Ft "int" -.Fo dialog_tree -.Fa "unsigned char **names" +.Ft "int" +.Fo dialog_tree +.Fa "unsigned char **names" .Fa "int size" -.Fa "unsigned char FS" -.Fa "unsigned char *title" +.Fa "unsigned char FS" +.Fa "unsigned char *title" .Fa "unsigned char *prompt" -.Fa "int height" -.Fa "int width" +.Fa "int height" +.Fa "int width" .Fa "int menu_height" .Fa "unsigned char **result" .Fc @@ -711,7 +711,7 @@ box will be calculated automatically. .Va menu_height sets the height of the tree subwindow inside the .Fn dialog_ftree -box and must be set. +box and must be set. .Va title is shown centered on the upper border of the .Fn dialog_ftree @@ -758,7 +758,7 @@ function returns 1. In case of exiting on ESC, the function returns -1. .Pp The -.Fn dialog_tree +.Fn dialog_tree function returns the same results as .Fn dialog_ftree . If 0 is returned, result will contain a pointer from the array diff --git a/gnu/usr.bin/man/apropos/apropos.man b/gnu/usr.bin/man/apropos/apropos.man index a97253db34d4..8d9fd50bcd21 100644 --- a/gnu/usr.bin/man/apropos/apropos.man +++ b/gnu/usr.bin/man/apropos/apropos.man @@ -4,7 +4,7 @@ .\" .\" You may distribute under the terms of the GNU General Public .\" License as specified in the README file that comes with the man 1.0 -.\" distribution. +.\" distribution. .\" .\" John W. Eaton .\" jwe@che.utexas.edu @@ -31,14 +31,14 @@ searches a set of database files containing short descriptions of system commands for keywords and displays the result on the standard output. .Nm whatis -displays only complete word matches. +displays only complete word matches. .Pp .Ar keyword really is an extended regular expression, please read .Xr grep 1 manual page for more information about its format. .Sh DIAGNOSTICS -The +The .Nm utility exits 0 on success, and 1 if no keyword matched. .Sh SEE ALSO diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man index 7d64b4c4970b..7b8a2a3d6e3c 100644 --- a/gnu/usr.bin/man/man/man.man +++ b/gnu/usr.bin/man/man/man.man @@ -4,7 +4,7 @@ .\" .\" You may distribute under the terms of the GNU General Public .\" License as specified in the README file that comes with the man 1.0 -.\" distribution. +.\" distribution. .\" .\" John W. Eaton .\" jwe@che.utexas.edu @@ -171,7 +171,7 @@ directory. .It Fl p Ar string Specify the sequence of preprocessors to run before nroff or troff. Not all installations will have a full set of preprocessors. -Some of the preprocessors and the letters used to designate them are: +Some of the preprocessors and the letters used to designate them are: eqn (e), grap (g), pic (p), tbl (t), vgrind (v), refer (r). This option overrides the .Ev MANROFFSEQ diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index 757dbc3720f2..07fadc483d31 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -20,7 +20,7 @@ .Ar ... .Sh DESCRIPTION .Nm Tar -is short for +is short for .Dq tape archiver , so named for historical reasons; the .Nm @@ -232,7 +232,7 @@ Stay in local file system when creating an archive (do not cross mount points). .It Fl L Ar number .It Fl -tape-length Ar number -Change tapes after writing +Change tapes after writing .Ar number * 1024 bytes. .It Fl m @@ -447,7 +447,7 @@ Other possible time specifications are .Sq "02/09/97 13:15" , .Sq "1997-02-09 13:15" , .Sq "13:15 9 Feb 1997" , -.Sq "9 Feb 1997 13:15" , +.Sq "9 Feb 1997 13:15" , .Sq "Feb. 9, 1997 1:15pm" , .Sq "09-Feb" , .Sq "3 weeks ago" @@ -558,8 +558,8 @@ feature does not work like historical .Nm programs, and is probably untrustworthy. .Pp -The -.Fl A +The +.Fl A command should work to join an arbitrary number of .Nm archives |
