diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2012-08-13 10:02:36 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-13 10:02:36 +0200 |
| commit | 608bf95023633fd18d9a1cd977ee52f4d3ee2052 (patch) | |
| tree | 1baf9bbc40945e4fd20f837a2085c7f5e96ee364 /man5/filesystems.5 | |
| parent | dbe8b62bd7c1cd842c7144997658433c23bda12a (diff) | |
| download | man-pages-608bf95023633fd18d9a1cd977ee52f4d3ee2052.tar.gz | |
capget.2, futex.2, sched_setscheduler.2, spu_create.2, spu_run.2, vfork.2, getnameinfo.3, netlink.3, cciss.4, console_codes.4, dsp56k.4, hpsa.4, sk98lin.4, filesystems.5, protocols.5, aio.7, capabilities.7, charsets.7, feature_test_macros.7, futex.7, hier.7, iso_8859-16.7, iso_8859-2.7, koi8-r.7, libc.7, man.7, netlink.7, numa.7, standards.7, unicode.7, units.7, uri.7, x25.7: Global fix: use UR macro where applicable
The syntax .UR http://example.com paired with .UE will create
links which one can interact, if the pager allows that. One
way to see the effect is ask the man(1) command to use browser
display, e.g.:
man -H man7/uri.7
("\:" is optional groff syntax to permit hyphenless line breaks.)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/filesystems.5')
| -rw-r--r-- | man5/filesystems.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 3d6de3518c..f2f4ca0c02 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -22,7 +22,7 @@ .\" .\" 2007-12-14 mtk Added Reiserfs, XFS, JFS. .\" -.TH FILESYSTEMS 5 2010-05-24 "Linux" "Linux Programmer's Manual" +.TH FILESYSTEMS 5 2012-08-05 "Linux" "Linux Programmer's Manual" .nh .SH NAME filesystems \- Linux file-system types: minix, ext, ext2, ext3, ext4, Reiserfs, @@ -177,7 +177,8 @@ To use .B smb fs, you need a special mount program, which can be found in the ksmbfs package, found at -.IR ftp://sunsite.unc.edu/pub/Linux/system/Filesystems/smbfs . +.UR ftp://sunsite.unc.edu\:/pub\:/Linux\:/system\:/Filesystems\:/smbfs +.UE . .TP .B ncpfs is a network file system that supports the NCP protocol, used by @@ -186,7 +187,8 @@ Novell NetWare. To use .BR ncpfs , you need special programs, which can be found at -.IR ftp://linux01.gwdg.de/pub/ncpfs . +.UR ftp://linux01.gwdg.de\:/pub\:/ncpfs +.UE . .SH "SEE ALSO" .BR proc (5), .BR fsck (8), |
