diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-06-06 05:50:53 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-06-06 05:50:53 +0000 |
commit | 0d7d76d9824e92ac3e2d5c95c38338e47b940aad (patch) | |
tree | be821f05efcc76f3383e79528b109973541e2d79 /gnu | |
parent | b4a37e244c5a9f59a7cc8f6048914ad390dd6bb6 (diff) | |
download | FreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.zip FreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.tar.gz |
Spelling corrections.
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libdialog/dialog.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3 index 994fc06..227eab4 100644 --- a/gnu/lib/libdialog/dialog.3 +++ b/gnu/lib/libdialog/dialog.3 @@ -11,7 +11,7 @@ .\" nor does the author assume any responsibility for damages incurred with .\" its use. .\" -.\" $Id: dialog.3,v 1.5 1997/02/22 15:42:35 peter Exp $ +.\" $Id: dialog.3,v 1.6 1997/04/13 12:36:42 bde Exp $ .\" .Dd December 18, 1995 .Dt dialog 3 @@ -148,7 +148,7 @@ Returns the width of string in \fBp\fR, counting newlines. .Ft "void" .Fn dialog_create_rc "unsigned char *filename" -Dump dialog library settings into \fBfilename\fR for later retreival +Dump dialog library settings into \fBfilename\fR for later retrieval as defaults. Returns 0 on success, -1 on failure. .Ft "int" |