diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
commit | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch) | |
tree | 1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libocurses/ocurses.3 | |
parent | 04e9f1abe6384e852ca0207d882814dab9237dd4 (diff) |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libocurses/ocurses.3')
-rw-r--r-- | lib/libocurses/ocurses.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libocurses/ocurses.3 b/lib/libocurses/ocurses.3 index 6c632338206..789c6b3c574 100644 --- a/lib/libocurses/ocurses.3 +++ b/lib/libocurses/ocurses.3 @@ -47,8 +47,10 @@ .Op Ar libraries .Sh DESCRIPTION These routines give the user a method of updating screens with reasonable -optimization. They keep an image of the current screen, -and the user sets up an image of a new one. Then the +optimization. +They keep an image of the current screen, +and the user sets up an image of a new one. +Then the .Fn refresh tells the routines to make the current screen look like the new one. In order to initialize the routines, the routine |