diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-24 21:53:04 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-24 21:53:04 +0000 |
commit | 0b113423f2fbd155e5990540340d9a5c5a1c0d5d (patch) | |
tree | 8ce7bbca5c0929b9529570fb362610784ec55479 /usr.bin/fsync | |
parent | b86e825a0cada5900f23f23d32fddd1528c68519 (diff) |
Avoid the need to capitalize an extraneous argument to the Nm macro
and be more precise about the handling of command-line arguments.
Reviewed by: ps
Notes
Notes:
svn path=/head/; revision=63819
Diffstat (limited to 'usr.bin/fsync')
-rw-r--r-- | usr.bin/fsync/fsync.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index c8a8bbd402f0..4bbceb8c00e2 100644 --- a/usr.bin/fsync/fsync.1 +++ b/usr.bin/fsync/fsync.1 @@ -34,12 +34,15 @@ .Nm fsync .Ar .Sh DESCRIPTION -.Nm Fsync -causes all modified data and meta-data of -a file to be written to a permanent storage device. +The +.Nm +utility causes all the modified data and meta-data of +all the files named on the command line +to be written to a permanent storage device. .Pp -.Nm Fsync -utilizes the +The +.Nm +utility uses the .Xr fsync 2 function call. .Sh SEE ALSO |