Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/cksum - Don't overstrike the |.
details: https://anonhg.NetBSD.org/src/rev/cd637ba841ae
branches: trunk
changeset: 494179:cd637ba841ae
user: enami <enami%NetBSD.org@localhost>
date: Mon Jul 03 05:27:15 2000 +0000
description:
- Don't overstrike the |.
- Use the default .Ar argument.
diffstat:
usr.bin/cksum/cksum.1 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r f8795e0cee4a -r cd637ba841ae usr.bin/cksum/cksum.1
--- a/usr.bin/cksum/cksum.1 Mon Jul 03 05:21:19 2000 +0000
+++ b/usr.bin/cksum/cksum.1 Mon Jul 03 05:27:15 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cksum.1,v 1.13 1999/03/22 18:16:35 garbled Exp $
+.\" $NetBSD: cksum.1,v 1.14 2000/07/03 05:27:15 enami Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,19 +46,19 @@
.Nd display file checksums and block counts
.Sh SYNOPSIS
.Nm
-.Oo Fl m \&|
-.Oo Fl o Ar \&1 No \&| Ar \&2
-.Oc
+.Oo
+.Fl m |
+.Op Fl o Ar 1 | Ar 2
.Oc
-.Op Ar file ...
+.Op Ar
.Nm sum
-.Op Ar file ...
+.Op Ar
.Nm md5
.Op Fl p
.Op Fl t
.Op Fl x
.Op Fl s Ar string
-.Op Ar file ...
+.Op Ar
.Sh DESCRIPTION
The
.Nm
Home |
Main Index |
Thread Index |
Old Index