diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
commit | c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6 (patch) | |
tree | fb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man5/fdescfs.5 | |
parent | 52353da871a1c6308e9596c9fc75e374413a6ac4 (diff) |
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Notes
Notes:
svn path=/head/; revision=79727
Diffstat (limited to 'share/man/man5/fdescfs.5')
-rw-r--r-- | share/man/man5/fdescfs.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index 0fe7bdec28a1..61c39790ebf8 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -80,7 +80,7 @@ are equivalent. Flags to the .Xr open 2 call other than -.Dv O_RDONLY , +.Dv O_RDONLY , .Dv O_WRONLY and .Dv O_RDWR @@ -94,20 +94,20 @@ are ignored. .Xr mount_fdescfs 8 .Sh HISTORY The -.Nm +.Nm filesystem first appeared in .Bx 4.4 . -The +The .Nm -manual page first appeared in +manual page first appeared in .Fx 2.2 . .Sh AUTHORS .An -nosplit -The +The .Nm manual page was written by .An Mike Pritchard Aq mpp@FreeBSD.org , -and was based on the +and was based on the .Xr mount_fdescfs 8 manual page written by .An Jan-Simon Pendry . |