BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:15:23 +0000 (01:15 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:15:23 +0000 (01:15 -0800)
Work on file usr/man/man1/see.1

Synthesized-from: 3bsd

usr/man/man1/see.1 [new file with mode: 0644]

diff --git a/usr/man/man1/see.1 b/usr/man/man1/see.1
new file mode 100644 (file)
index 0000000..89be5e7
--- /dev/null
@@ -0,0 +1,19 @@
+.TH SEE 1 2/24/79
+.UC
+.SH NAME
+see \- see what a file has in it
+.SH SYNOPSIS
+.B see
+[
+.B \- 
+] [ name ... ]
+.SH DESCRIPTION
+.I See
+prints a file which contains non-printing characters in a readable format.
+Control characters print like ^I for tab.
+Delete prints as ^?.
+Ends of lines are marked with `$' unless the `\-' option is given
+.SH "SEE ALSO"
+cat(1), ex(1)
+.SH AUTHOR
+William Joy