diff options
author | mpp <mpp@FreeBSD.org> | 1996-08-21 22:10:36 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-08-21 22:10:36 +0000 |
commit | e3cbaed95562378632d591fd758ea8ef089fc360 (patch) | |
tree | 166e99168d50df6a97634b08485bf523b988e77c /lib/libc | |
parent | 98b8a193ac39b7e1cf57368b69e9085c23691a95 (diff) | |
download | FreeBSD-src-e3cbaed95562378632d591fd758ea8ef089fc360.zip FreeBSD-src-e3cbaed95562378632d591fd758ea8ef089fc360.tar.gz |
Update some more man pages to use the .Fx macro.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getvfsent.3 | 5 | ||||
-rw-r--r-- | lib/libc/net/ethers.3 | 5 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3 index 4d7dc0a..6a66caf 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -1,4 +1,4 @@ -.\" $Id: getvfsent.3,v 1.2 1996/02/15 20:06:47 mpp Exp $ +.\" $Id: getvfsent.3,v 1.3 1996/05/01 01:40:04 bde Exp $ .\" Written by Garrett A. Wollman, September 1994. .\" This manual page is in the public domain. .\" @@ -224,4 +224,5 @@ based on generic loadable kernel module support by Terry Lambert. .Sh HISTORY The .Fn getvfsbyname -family of functions first appeared in FreeBSD 2.0. +family of functions first appeared in +.Fx 2.0 . diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index a24f177..21c0153 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ethers.3,v 1.1 1995/04/12 22:28:49 wpaul Exp $ +.\" $Id: ethers.3,v 1.2 1996/02/11 22:33:53 mpp Exp $ .\" .Dd April 12, 1995 .Dt ETHERS 3 @@ -182,4 +182,5 @@ which may be overwritten the next time they are called. .Sh HISTORY This particular implementation of the .Nm ethers -library functions was written for and first appeared in FreeBSD 2.1. +library functions were written for and first appeared in +.Fx 2.1 . diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 03968af..fcea80f 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -613,7 +613,7 @@ and first appeared in the GNU C library. This implementation is thought to be compatable but is not derived from the GNU code. This implementation was written by Peter Wemm <peter@FreeBSD.org> and first appeared in -FreeBSD-2.2. +.Fx 2.2 . .Sh BUGS The conversion formats .Cm \&%D , |