Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin Sort sections, drop unnecessary .Pps.
details: https://anonhg.NetBSD.org/src/rev/f2c43e3d26b3
branches: trunk
changeset: 519561:f2c43e3d26b3
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Dec 20 20:01:15 2001 +0000
description:
Sort sections, drop unnecessary .Pps.
diffstat:
bin/cat/cat.1 | 35 +++++++++++++++++------------------
bin/chmod/chmod.1 | 11 +++++------
2 files changed, 22 insertions(+), 24 deletions(-)
diffs (100 lines):
diff -r d102ce05ff7c -r f2c43e3d26b3 bin/cat/cat.1
--- a/bin/cat/cat.1 Thu Dec 20 19:31:48 2001 +0000
+++ b/bin/cat/cat.1 Thu Dec 20 20:01:15 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cat.1,v 1.22 2001/12/20 19:31:48 wiz Exp $
+.\" $NetBSD: cat.1,v 1.23 2001/12/20 20:01:15 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -105,19 +105,10 @@
.Ql M-
(for meta) followed by the character for the low 7 bits.
.El
-.Pp
.Sh EXIT STATUS
The
.Nm
utility exits 0 on success, and >0 if an error occurs.
-.Sh BUGS
-Because of the shell language mechanism used to perform output
-redirection, the command
-.Dq Li cat file1 file2 > file1
-will cause the original data in file1 to be destroyed!
-This is performed by the shell before
-.Nm
-is run.
.Sh SEE ALSO
.Xr head 1 ,
.Xr hexdump 1 ,
@@ -133,14 +124,6 @@
.%J "USENIX Summer Conference Proceedings"
.%D 1983
.Re
-.Sh HISTORY
-A
-.Nm
-utility appeared in
-.At v1 .
-Dennis Ritchie designed and wrote the first man page.
-It appears to have been
-.Xr cat 1 .
.Sh STANDARDS
The
.Nm
@@ -151,3 +134,19 @@
The flags
.Op Fl benstv
are extensions to the specification.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v1 .
+Dennis Ritchie designed and wrote the first man page.
+It appears to have been
+.Xr cat 1 .
+.Sh BUGS
+Because of the shell language mechanism used to perform output
+redirection, the command
+.Dq Li cat file1 file2 > file1
+will cause the original data in file1 to be destroyed!
+This is performed by the shell before
+.Nm
+is run.
diff -r d102ce05ff7c -r f2c43e3d26b3 bin/chmod/chmod.1
--- a/bin/chmod/chmod.1 Thu Dec 20 19:31:48 2001 +0000
+++ b/bin/chmod/chmod.1 Thu Dec 20 20:01:15 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: chmod.1,v 1.15 2000/10/14 18:45:03 bjh21 Exp $
+.\" $NetBSD: chmod.1,v 1.16 2001/12/20 20:01:16 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -105,7 +105,6 @@
.Pp
Only the owner of a file or the super-user is permitted to change
the mode of a file.
-.Pp
.Sh EXIT STATUS
The
.Nm
@@ -279,10 +278,6 @@
.It Li g=u-w
set the group bits equal to the user bits, but clear the group write bit.
.El
-.Sh BUGS
-There's no
-.Ar perm
-option for the naughty bits.
.Sh SEE ALSO
.Xr install 1 ,
.Xr chmod 2 ,
@@ -302,3 +297,7 @@
symbol
.Dq t
which is not included in that standard.
+.Sh BUGS
+There's no
+.Ar perm
+option for the naughty bits.
Home |
Main Index |
Thread Index |
Old Index