nvi-25-manpage_note_dropped_F.patch (1295B)
1 #! /bin/sh /usr/share/dpatch/dpatch-run 2 ## 25manpage_note_dropped_F.dpatch by <hesso@pool.math.tu-berlin.de> 3 ## 4 ## DP: Replace the manpage paragraph about the '-F' commandline option 5 ## DP: with a notice that is has been dropped. 6 7 @DPATCH@ 8 --- nvi-1.81.6+debian-1.orig/docs/vi.man/vi.1 2008-06-13 00:52:45.000000000 +0200 9 +++ nvi-1.81.6+debian-1/docs/vi.man/vi.1 2008-06-13 00:55:40.000000000 +0200 10 @@ -17,7 +17,7 @@ 11 .SH SYNOPSIS 12 .B ex 13 [\c 14 -.B \-eFRrSsv\c 15 +.B \-eRrSsv\c 16 ] [\c 17 .BI \-c " cmd"\c 18 ] [\c 19 @@ -28,7 +28,7 @@ 20 .br 21 .B vi 22 [\c 23 -.B \-eFlRrSv\c 24 +.B \-elRrSv\c 25 ] [\c 26 .BI \-c " cmd"\c 27 ] [\c 28 @@ -39,7 +39,7 @@ 29 .br 30 .B view 31 [\c 32 -.B \-eFRrSv\c 33 +.B \-eRrSv\c 34 ] [\c 35 .BI \-c " cmd"\c 36 ] [\c 37 @@ -113,11 +113,6 @@ 38 Start editing in ex mode, as if the command name were 39 .IR \&ex . 40 .TP 41 -.B \-F 42 -Don't copy the entire file when first starting to edit. 43 -(The default is to make a copy in case someone else modifies 44 -the file during your edit session.) 45 -.TP 46 .B \-l 47 Start editing with the lisp and showmatch options set. 48 .TP 49 @@ -169,6 +164,9 @@ 50 or 51 .IR view . 52 .PP 53 +Note that the \fB-F\fP option (which prevented \fIex/vi\fP from making 54 +a full backup of the target file) has been removed and is no longer available. 55 +.PP 56 Command input for 57 .I ex/vi 58 is read from the standard input.