diff options
author | ru <ru@FreeBSD.org> | 2009-04-04 15:48:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2009-04-04 15:48:09 +0000 |
commit | f2d082b711af7eba38f12d8bcdb000a1c99a5c00 (patch) | |
tree | fdaf15df7c865f496cabdb419e9e7d5d087a0562 /usr.sbin/fifolog | |
parent | d3a98ed39c23ba1b216f968857850cec58aa14bb (diff) | |
download | FreeBSD-src-f2d082b711af7eba38f12d8bcdb000a1c99a5c00.zip FreeBSD-src-f2d082b711af7eba38f12d8bcdb000a1c99a5c00.tar.gz |
Fixed NAME section.
Diffstat (limited to 'usr.sbin/fifolog')
-rw-r--r-- | usr.sbin/fifolog/fifolog_create/fifolog.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/fifolog_create/fifolog.1 b/usr.sbin/fifolog/fifolog_create/fifolog.1 index e754577..7db58e7 100644 --- a/usr.sbin/fifolog/fifolog_create/fifolog.1 +++ b/usr.sbin/fifolog/fifolog_create/fifolog.1 @@ -28,7 +28,7 @@ .Os .Dt FIFOLOG 1 .Sh NAME -.Nm fifolog_create , fifolog_write , fifolog_read +.Nm fifolog_create , fifolog_writer , fifolog_reader .Nd "initialize, write, seek and extract data from a fifolog" .Sh SYNOPSIS .Nm fifolog_create @@ -84,7 +84,7 @@ of hand-work all but the first record can be easily recovered.) If the .Ar file does not already exist, -.Nm +.Nm fifolog_create will attempt to create and .Xr ftruncate 2 it to the specified size, defaulting to 86400 records of 512 bytes |