From 4c7eebd132d4499b735d524f8ab43cebc8431d6b Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sun, 25 Nov 1979 01:15:23 -0800 Subject: [PATCH] BSD 3 development Work on file usr/man/man1/see.1 Synthesized-from: 3bsd --- usr/man/man1/see.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 usr/man/man1/see.1 diff --git a/usr/man/man1/see.1 b/usr/man/man1/see.1 new file mode 100644 index 0000000000..89be5e76d5 --- /dev/null +++ b/usr/man/man1/see.1 @@ -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 -- 2.20.1