summaryrefslogtreecommitdiffstats
path: root/lib/libmd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-04 10:23:27 +0000
committerru <ru@FreeBSD.org>2001-04-04 10:23:27 +0000
commit091222e6af66a06121f79e0d68701febcde0925d (patch)
tree67181c2f4a40b521500af5474423bfc84e6c6695 /lib/libmd
parent68e27cd3949748f987739e406b26b84fed55b509 (diff)
downloadFreeBSD-src-091222e6af66a06121f79e0d68701febcde0925d.zip
FreeBSD-src-091222e6af66a06121f79e0d68701febcde0925d.tar.gz
mdoc(7) police: use proper markup for function arguments.
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdX.312
-rw-r--r--lib/libmd/ripemd.312
-rw-r--r--lib/libmd/sha.312
3 files changed, 18 insertions, 18 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 412aeba..0a290c7 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -96,17 +96,17 @@ is similar to
.Fn MDXFile ,
but it only calculates the digest over a byte-range of the file specified,
starting at
-.Ar offset
+.Fa offset
and spanning
-.Ar length
+.Fa length
bytes.
If the
-.Ar length
+.Fa length
parameter is specified as 0, or more than the length of the remaining part
of the file,
.Fn MDXFileChunk
calculates the digest from
-.Ar offset
+.Fa offset
to the end of file.
.Fn MDXData
calculates the digest of a chunk of data in memory, and uses
@@ -119,7 +119,7 @@ When using
or
.Fn MDXData ,
the
-.Ar buf
+.Fa buf
argument can be a null pointer, in which case the returned string
is allocated with
.Xr malloc 3
@@ -127,7 +127,7 @@ and subsequently must be explicitly deallocated using
.Xr free 3
after use.
If the
-.Ar buf
+.Fa buf
argument is non-null it must point to at least 33 characters of buffer space.
.Sh SEE ALSO
.Xr md2 3 ,
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index ed71be5..b43bde7 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -80,17 +80,17 @@ is similar to
.Fn RIPEMD160_File ,
but it only calculates the digest over a byte-range of the file specified,
starting at
-.Ar offset
+.Fa offset
and spanning
-.Ar length
+.Fa length
bytes.
If the
-.Ar length
+.Fa length
parameter is specified as 0, or more than the length of the remaining part
of the file,
.Fn RIPEMD160_FileChunk
calculates the digest from
-.Ar offset
+.Fa offset
to the end of file.
.Fn RIPEMD160_Data
calculates the digest of a chunk of data in memory, and uses
@@ -103,7 +103,7 @@ When using
or
.Fn RIPEMD160_Data ,
the
-.Ar buf
+.Fa buf
argument can be a null pointer, in which case the returned string
is allocated with
.Xr malloc 3
@@ -111,7 +111,7 @@ and subsequently must be explicitly deallocated using
.Xr free 3
after use.
If the
-.Ar buf
+.Fa buf
argument is non-null it must point to at least 41 characters of buffer space.
.Sh SEE ALSO
.Xr md2 3 ,
diff --git a/lib/libmd/sha.3 b/lib/libmd/sha.3
index 90b7277..6e546e6 100644
--- a/lib/libmd/sha.3
+++ b/lib/libmd/sha.3
@@ -112,17 +112,17 @@ is similar to
.Fn SHA1_File ,
but it only calculates the digest over a byte-range of the file specified,
starting at
-.Ar offset
+.Fa offset
and spanning
-.Ar length
+.Fa length
bytes.
If the
-.Ar length
+.Fa length
parameter is specified as 0, or more than the length of the remaining part
of the file,
.Fn SHA1_FileChunk
calculates the digest from
-.Ar offset
+.Fa offset
to the end of file.
.Fn SHA1_Data
calculates the digest of a chunk of data in memory, and uses
@@ -135,7 +135,7 @@ When using
or
.Fn SHA1_Data ,
the
-.Ar buf
+.Fa buf
argument can be a null pointer, in which case the returned string
is allocated with
.Xr malloc 3
@@ -143,7 +143,7 @@ and subsequently must be explicitly deallocated using
.Xr free 3
after use.
If the
-.Ar buf
+.Fa buf
argument is non-null it must point to at least 41 characters of buffer space.
.Sh SEE ALSO
.Xr md2 3 ,
OpenPOWER on IntegriCloud