Page MenuHomeFreeBSD

libsys manuals: Move library to SYNOPSIS
Needs ReviewPublic

Authored by ziaee on Sat, Feb 21, 2:46 AM.
Tags
None
Referenced Files
F147910783: D55411.diff
Sat, Mar 14, 2:47 PM
Unknown Object (File)
Sat, Mar 14, 11:35 AM
Unknown Object (File)
Thu, Mar 12, 8:14 PM
Unknown Object (File)
Sat, Mar 7, 3:17 AM
Unknown Object (File)
Thu, Mar 5, 5:51 PM
Unknown Object (File)
Wed, Mar 4, 11:17 PM
Unknown Object (File)
Wed, Mar 4, 2:06 AM
Unknown Object (File)
Wed, Mar 4, 1:52 AM
Subscribers

Details

Reviewers
brooks
Group Reviewers
manpages
Summary

The LIBRARY section is deprecated, and upstream is asking us to move
Lb to SYNOPSIS. We've already done this in a few manuals as we've been
working on them, but I finally figured out how to do it mechanically!
I used:

for i in lib/libsys/*.2
do ed $i <<EOE
/.Lb/
m+
/.Sh LIBRARY/d
wq
EOE
done

Thanks: mwl (I learned this from Ed Mastery, which was a very fun read!)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70844
Build 67727: arc lint + arc unit