From 0d82329df0cc95729e464994d69927090e7e75b4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 3 Jun 2008 12:40:09 +0000 Subject: [PATCH] mdoc cleanup --- lib/libc/gen/getmntinfo.3 | 3 +-- usr.bin/undo/undo.1 | 13 ++++++------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index 72ae7c8f78..71c373b0f0 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -31,7 +31,7 @@ .\" .\" @(#)getmntinfo.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD: src/lib/libc/gen/getmntinfo.3,v 1.8.2.4 2003/03/13 18:05:37 trhodes Exp $ -.\" $DragonFly: src/lib/libc/gen/getmntinfo.3,v 1.4 2008/06/01 20:46:44 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/getmntinfo.3,v 1.5 2008/06/03 12:40:09 swildner Exp $ .\" .Dd June 9, 1993 .Dt GETMNTINFO 3 @@ -94,7 +94,6 @@ structures describing each currently mounted file system (see .Xr statfs 2 ) , and otherwise works like .Fn getmntinfo . -.Pp .Sh ERRORS The .Fn getmntinfo diff --git a/usr.bin/undo/undo.1 b/usr.bin/undo/undo.1 index 6d0aa8ce1e..0ee7e73df9 100644 --- a/usr.bin/undo/undo.1 +++ b/usr.bin/undo/undo.1 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.bin/undo/undo.1,v 1.1 2008/06/01 02:03:10 dillon Exp $ +.\" $DragonFly: src/usr.bin/undo/undo.1,v 1.2 2008/06/03 12:40:09 swildner Exp $ .Dd May 31, 2008 .Dt UNDO 1 .Os @@ -105,16 +105,11 @@ the second is used instead of the current version of the file. .El .Sh EXAMPLES -.Pp .Li "undo -d mytextfile" .Pp -.Li "undo -o mytextfile.old mytextfile +.Li "undo -o mytextfile.old mytextfile" .Sh DIAGNOSTICS Exit status is 0 on success and 1 on error. -.Sh BUGS -HAMMER only synchronizes information to disk every 30 seconds or so and -a quick file create / delete is done entirely in system memory and cannot -be undone. This can be worked around by running 'hammer synctid '. .Sh SEE ALSO .Xr hammer 8 .Sh HISTORY @@ -124,3 +119,7 @@ utility first appeared in .Dx 1.13 . .Sh AUTHORS .An Matthew Dillon Aq dillon@backplane.com +.Sh BUGS +HAMMER only synchronizes information to disk every 30 seconds or so and +a quick file create / delete is done entirely in system memory and cannot +be undone. This can be worked around by running 'hammer synctid '. -- 2.41.0