Thu Mar 11 17:14:35 2021 UTC ()
Remove trailing whitespace.


(wiz)
diff -r1.42 -r1.43 src/usr.bin/sed/sed.1

cvs diff -r1.42 -r1.43 src/usr.bin/sed/sed.1 (expand / switch to unified diff)

--- src/usr.bin/sed/sed.1 2021/03/11 15:45:55 1.42
+++ src/usr.bin/sed/sed.1 2021/03/11 17:14:35 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: sed.1,v 1.42 2021/03/11 15:45:55 christos Exp $ 1.\" $NetBSD: sed.1,v 1.43 2021/03/11 17:14:35 wiz Exp $
2.\" Copyright (c) 1992, 1993 2.\" Copyright (c) 1992, 1993
3.\" The Regents of the University of California. All rights reserved. 3.\" The Regents of the University of California. All rights reserved.
4.\" 4.\"
5.\" This code is derived from software contributed to Berkeley by 5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -91,27 +91,27 @@ manual page fully describes both formats @@ -91,27 +91,27 @@ manual page fully describes both formats
91Append the editing commands specified by the 91Append the editing commands specified by the
92.Ar command 92.Ar command
93argument 93argument
94to the list of commands. 94to the list of commands.
95.It Fl f Ar command_file 95.It Fl f Ar command_file
96Append the editing commands found in the file 96Append the editing commands found in the file
97.Ar command_file 97.Ar command_file
98to the list of commands. 98to the list of commands.
99The editing commands should each be listed on a separate line. 99The editing commands should each be listed on a separate line.
100.It Fl G 100.It Fl G
101Turn off GNU regex extensions (the default). 101Turn off GNU regex extensions (the default).
102.It Fl g 102.It Fl g
103Turn on GNU regex extensions. 103Turn on GNU regex extensions.
104See  104See
105.Xr regex 3 105.Xr regex 3
106for details. 106for details.
107.It Fl I Ns Op Ar extension 107.It Fl I Ns Op Ar extension
108Edit files in-place, saving backups with the specified 108Edit files in-place, saving backups with the specified
109.Ar extension . 109.Ar extension .
110If no 110If no
111.Ar extension 111.Ar extension
112is given, no backup will be saved. 112is given, no backup will be saved.
113It is not recommended to give a zero-length 113It is not recommended to give a zero-length
114.Ar extension 114.Ar extension
115when in-place editing files, as you risk corruption or partial content 115when in-place editing files, as you risk corruption or partial content
116in situations where disk space is exhausted, etc. 116in situations where disk space is exhausted, etc.
117.Pp 117.Pp