Module Name: src
Committed By: wiz
Date: Sat Nov 10 18:41:10 UTC 2012
Modified Files:
src/bin/cat: cat.1
Log Message:
Sort options (no-argument ones first, then argument-taking ones).
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/bin/cat/cat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/cat/cat.1
diff -u src/bin/cat/cat.1:1.35 src/bin/cat/cat.1:1.36
--- src/bin/cat/cat.1:1.35 Sat Nov 10 16:18:41 2012
+++ src/bin/cat/cat.1 Sat Nov 10 18:41:10 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: cat.1,v 1.35 2012/11/10 16:18:41 christos Exp $
+.\" $NetBSD: cat.1,v 1.36 2012/11/10 18:41:10 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -40,8 +40,8 @@
.Nd concatenate and print files
.Sh SYNOPSIS
.Nm
-.Op Fl B Ar bsize
.Op Fl beflnstuv
+.Op Fl B Ar bsize
.Op Fl
.Op Ar
.Sh DESCRIPTION