Module Name: othersrc
Committed By: wiz
Date: Thu May 12 08:40:25 UTC 2011
Modified Files:
othersrc/external/bsd/circa/dist: circa.1
Log Message:
Remove trailing whitespace; consistency; add comma in SEE ALSO; sort options.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/circa/dist/circa.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/circa/dist/circa.1
diff -u othersrc/external/bsd/circa/dist/circa.1:1.1.1.1 othersrc/external/bsd/circa/dist/circa.1:1.2
--- othersrc/external/bsd/circa/dist/circa.1:1.1.1.1 Sat May 7 02:31:24 2011
+++ othersrc/external/bsd/circa/dist/circa.1 Thu May 12 08:40:24 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: circa.1,v 1.1.1.1 2011/05/07 02:31:24 agc Exp $
+.\" $NetBSD: circa.1,v 1.2 2011/05/12 08:40:24 wiz Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -32,8 +32,8 @@
.Sh SYNOPSIS
.Nm
.Fl dv
-.Op Fl s Ar sector-size
.Op Fl o Ar filename
+.Op Fl s Ar sector-size
.Op Ar file ...
.Sh DESCRIPTION
The
@@ -49,29 +49,28 @@
.Xr libcirca 3
libraries.
.Pp
-.Pp
The following options are available:
.Bl -tag -width sector-size123
.It Fl d
-decode the file(s) given, or
+Decode the file(s) given, or
.Dv stdin
if no files were specified.
+.It Fl o Ar output-file
+Use the specified file for output.
+By default, output will go to
+.Dv stdout .
.It Fl s Ar sector-size
-specifies the sector size of the protected or encoded data.
+Specify the sector size of the protected or encoded data.
If no value is specified,
.Dv CIRCA_SECTOR_SIZE
is used, which defaults to
-.Dv 3136
-.It Fl o Ar output-file
-use the specified file for output.
-By default, output will go to
-.Dv stdout
+.Dv 3136 .
.It Fl v
-prints the version information of
+Print the version information of
.Nm
on
.Dv stdout
-and exits.
+and exit.
.El
.Sh RETURN VALUES
The
@@ -103,14 +102,14 @@
00288 | 00 00 3a 00 09 69 9d 52 20 00 00 00 00 00 00 00 | ..:..i.R .......
00304 | 00 00 6b 00 00 41 ad 27 00 24 00 00 00 20 00 00 | ..k..A.'.$... ..
% sed -e 's|M|N|g' Makefile.circa > Makefile.damaged
-% cmp Makefile.circa Makefile.damaged
+% cmp Makefile.circa Makefile.damaged
Makefile.circa Makefile.damaged differ: char 98, line 2
% circa -d -o Makefile.recon Makefile.damaged
-% diff Makefile Makefile.recon
+% diff Makefile Makefile.recon
%
.Ed
.Sh SEE ALSO
-.Xr libcirca 3
+.Xr libcirca 3 ,
.Xr librs 3
.Sh HISTORY
The