Browse Source

for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \

grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done
OPENBSD_2_2
deraadt 27 years ago
parent
commit
845506bb3f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/realpath.3

+ 2
- 2
src/lib/libc/stdlib/realpath.3 View File

@ -32,9 +32,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: realpath.3,v 1.2 1996/08/19 08:33:47 tholo Exp $
.\" $OpenBSD: realpath.3,v 1.3 1997/05/30 07:48:30 deraadt Exp $
.\"
.Dd "February 16, 1994"
.Dd February, 16, 1994
.Dt REALPATH 3
.Os
.Sh NAME


Loading…
Cancel
Save