Sun Sep 16 22:08:17 2012 UTC ()
Take wiz's suggestion.


(tls)
diff -r1.2 -r1.3 src/external/bsd/liblzf/usr.bin/lzf/lzf.1

cvs diff -r1.2 -r1.3 src/external/bsd/liblzf/usr.bin/lzf/lzf.1 (expand / switch to unified diff)

--- src/external/bsd/liblzf/usr.bin/lzf/lzf.1 2012/09/16 21:33:30 1.2
+++ src/external/bsd/liblzf/usr.bin/lzf/lzf.1 2012/09/16 22:08:17 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: lzf.1,v 1.2 2012/09/16 21:33:30 wiz Exp $ 1.\" $NetBSD: lzf.1,v 1.3 2012/09/16 22:08:17 tls Exp $
2.\" 2.\"
3.\" Copyright (c) 2012 The NetBSD Foundation, inc. 3.\" Copyright (c) 2012 The NetBSD Foundation, inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to the NetBSD Foundation 6.\" This code is derived from software contributed to the NetBSD Foundation
7.\" by Thor Lancelot Simon. 7.\" by Thor Lancelot Simon.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -95,27 +95,26 @@ The following options are available: @@ -95,27 +95,26 @@ The following options are available:
95.It Fl b 95.It Fl b
96This option selects a compression blocksize. 96This option selects a compression blocksize.
97Small compression block sizes give poor compression and slow 97Small compression block sizes give poor compression and slow
98operation; the default of 64KiB is strongly recommended. 98operation; the default of 64KiB is strongly recommended.
99Block sizes larger than 64KiB are silently reduced to 64KiB in 99Block sizes larger than 64KiB are silently reduced to 64KiB in
100order to not produce output incompatible with other versions of 100order to not produce output incompatible with other versions of
101.Nm . 101.Nm .
102.It Fl c 102.It Fl c
103This option selects compression. 103This option selects compression.
104.It Fl d 104.It Fl d
105This option selects decompression. 105This option selects decompression.
106.It Fl f 106.It Fl f
107This option forces overwrite of preexisting output files, if any. 107This option forces overwrite of preexisting output files, if any.
108.\" option, allowing non-compressed data to pass through unchanged. 
109.It Fl h 108.It Fl h
110This option prints command usage. 109This option prints command usage.
111.It Fl v 110.It Fl v
112This option prints compression statistics for each file processed. 111This option prints compression statistics for each file processed.
113.El 112.El
114.Sh SEE ALSO 113.Sh SEE ALSO
115.Xr bzip2 1 , 114.Xr bzip2 1 ,
116.Xr compress 1 , 115.Xr compress 1 ,
117.Xr gzip 1 , 116.Xr gzip 1 ,
118.Xr xz 1 117.Xr xz 1
119.Sh HISTORY 118.Sh HISTORY
120The 119The
121.Nm 120.Nm