BSD 1 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1977 20:43:56 +0000 (12:43 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1977 20:43:56 +0000 (12:43 -0800)
Work on file man6/list.6

Synthesized-from: 1bsd

man6/list.6 [new file with mode: 0644]

diff --git a/man6/list.6 b/man6/list.6
new file mode 100644 (file)
index 0000000..838da75
--- /dev/null
@@ -0,0 +1,31 @@
+.th LIST VI 8/24/77
+.sh NAME
+list \- unambiguous print of lines like ex list command
+.sh SYNOPSIS
+.bd list
+[
+.bd \-
+] [
+file ...
+]
+.sh DESCRIPTION
+.it List
+is a filter which prints it input unambiguously like the
+.it ex
+(VI)
+.it list
+command.
+Backspaces print as
+`\o'\-<'';
+tabs as
+`\o'\->'';
+other non-graphic characters are escaped in octal.
+The end of each line is marked with the character `$'.
+If the option
+.bd \-
+is given, the ends of lines are not marked.
+.sh SEE\ ALSO
+ex (VI), expand (VI), iul (VI), list (VI), number (VI), p (VI)
+.sh AUTHOR
+William Joy
+.sh BUGS