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
This commit is contained in:
Sheldon Hearn 2000-07-24 21:53:04 +00:00
parent b86e825a0c
commit 0b113423f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63819

View file

@ -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