diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 23:52:20 +0000 |
commit | 01548ace1533487f9c0488f55112c9d8641f8184 (patch) | |
tree | 23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libarchive | |
parent | 47f5e31e2bb626743fa9e912918201fe505b1419 (diff) | |
download | FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/archive_entry.3 | 3 | ||||
-rw-r--r-- | lib/libarchive/archive_read.3 | 3 | ||||
-rw-r--r-- | lib/libarchive/archive_write.3 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libarchive/archive_entry.3 b/lib/libarchive/archive_entry.3 index a0eba79..9629b2d 100644 --- a/lib/libarchive/archive_entry.3 +++ b/lib/libarchive/archive_entry.3 @@ -299,7 +299,8 @@ recognized. .Xr strtofflags 3 , which stops parsing at the first unrecognized name.) .Ss ACL Handling -XXX This needs serious help. XXX +XXX This needs serious help. +XXX .Pp An .Dq Access Control List diff --git a/lib/libarchive/archive_read.3 b/lib/libarchive/archive_read.3 index 15910c9..d1a6e58 100644 --- a/lib/libarchive/archive_read.3 +++ b/lib/libarchive/archive_read.3 @@ -269,7 +269,8 @@ and objects can be found in the overview manual page for .Xr libarchive 3 . .Sh EXAMPLE -The following illustrates basic usage of the library. In this example, +The following illustrates basic usage of the library. +In this example, the callback functions are simply wrappers around the standard .Xr open 2 , .Xr read 2 , diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3 index a4a135f..a6fd8da 100644 --- a/lib/libarchive/archive_write.3 +++ b/lib/libarchive/archive_write.3 @@ -225,7 +225,8 @@ overview. Compression support is built-in to libarchive, which uses zlib and bzlib to handle gzip and bzip2 compression, respectively. .Sh EXAMPLE -The following sketch illustrates basic usage of the library. In this example, +The following sketch illustrates basic usage of the library. +In this example, the callback functions are simply wrappers around the standard .Xr open 2 , .Xr write 2 , |