diff options
author | chris <chris@FreeBSD.org> | 2000-06-23 20:34:31 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-06-23 20:34:31 +0000 |
commit | 29f80c1ee53ea22cc4524cb18be25a3f85fb246d (patch) | |
tree | 8d975f2c03aa19e48851779f0c470dc6c2cfa120 /lib/libc | |
parent | f506b9bb04f0df94c0378b867348497161599267 (diff) | |
download | FreeBSD-src-29f80c1ee53ea22cc4524cb18be25a3f85fb246d.zip FreeBSD-src-29f80c1ee53ea22cc4524cb18be25a3f85fb246d.tar.gz |
Remove blank lines.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/aio_write.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/kldload.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/kldunload.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/shutdown.2 | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2 index 2038c07..dcdbab7 100644 --- a/lib/libc/sys/aio_write.2 +++ b/lib/libc/sys/aio_write.2 @@ -191,4 +191,3 @@ Asynchronous I/O operations cannot be canceled in this implementation. Invalid information in .Fa iocb->_aiocb_private may confuse the kernel. - diff --git a/lib/libc/sys/kldload.2 b/lib/libc/sys/kldload.2 index eb3ade9..17ad83c 100644 --- a/lib/libc/sys/kldload.2 +++ b/lib/libc/sys/kldload.2 @@ -25,7 +25,6 @@ .\" .\" $FreeBSD$ .\" - .Dd March 3, 1999 .Dt KLDLOAD 2 .Os FreeBSD diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2 index da18261..cade5f3 100644 --- a/lib/libc/sys/kldunload.2 +++ b/lib/libc/sys/kldunload.2 @@ -25,7 +25,6 @@ .\" .\" $FreeBSD$ .\" - .Dd March 3, 1999 .Dt KLDUNLOAD 2 .Os FreeBSD diff --git a/lib/libc/sys/shutdown.2 b/lib/libc/sys/shutdown.2 index ce83401..5739340 100644 --- a/lib/libc/sys/shutdown.2 +++ b/lib/libc/sys/shutdown.2 @@ -99,4 +99,3 @@ The .Dv SHUT_ constants appeared in .St -p1003.1g . - |