diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/articles/nanobsd/article.xml --- a/en_US.ISO8859-1/articles/nanobsd/article.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/articles/nanobsd/article.xml Tue Feb 26 18:42:09 2013 +0100 @@ -459,7 +459,7 @@ customize_cmd cust_nobeastie - Using &man.ftp.1; + Using ftp(1) If the transfer speed is in first place, use this example: @@ -469,7 +469,7 @@ get _.disk.image "| sh updatep1" - Using &man.ssh.1; + Using ssh(1) If a secure transfer is preferred, consider using this example: @@ -478,7 +478,7 @@ get _.disk.image "| sh updatep1" - Using &man.nc.1; + Using nc(1) Try this example if the remote host is not running neither &man.ftpd.8; or &man.sshd.8; service: diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml --- a/en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/arch-handbook/jail/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -222,7 +222,7 @@ SYSCTL_INT(_security_jail, OID_AUTO, mou - &man.jail.2; System Call + jail(2) System Call Like all system calls, the &man.jail.2; system call takes two arguments, struct thread *td and diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml --- a/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -394,8 +394,8 @@ language.) - <filename>.profile</filename>, for &man.sh.1; and - &man.bash.1; Users + <filename>.profile</filename>, for sh(1) and + bash(1) Users SGML_ROOT=/usr/local/share/xml SGML_CATALOG_FILES=${SGML_ROOT}/jade/catalog @@ -408,8 +408,8 @@ export SGML_CATALOG_FILES - <filename>.cshrc</filename>, for &man.csh.1; and - &man.tcsh.1; Users + <filename>.cshrc</filename>, for csh(1) and + tcsh(1) Users setenv SGML_ROOT /usr/local/share/xml setenv SGML_CATALOG_FILES ${SGML_ROOT}/jade/catalog diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml --- a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -488,7 +488,7 @@ - Writing the Image with &man.dd.1; + Writing the Image with dd(1) The .img file is not a regular file. It is an diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/handbook/config/chapter.xml --- a/en_US.ISO8859-1/books/handbook/config/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -649,7 +649,7 @@ HOME=/var/log - Using &man.rc.8; Under &os; + Using rc(8) Under &os; In 2002 &os; integrated the NetBSD rc.d system for system initialization. Users should notice the files @@ -1898,7 +1898,7 @@ security.bsd.see_other_uids=0 - Tuning with &man.sysctl.8; + Tuning with sysctl(8) sysctl @@ -1953,7 +1953,7 @@ kern.maxfiles: 2088 -> 5000 - &man.sysctl.8; Read-only + sysctl(8) Read-only In some cases it may be desirable to modify read-only &man.sysctl.8; values. While this is sometimes unavoidable, diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/handbook/disks/chapter.xml --- a/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -229,7 +229,7 @@ the added benefit of not being limited to 4 slices. - Using &man.sysinstall.8; + Using sysinstall(8) sysinstall @@ -2026,7 +2026,7 @@ cd0: Attempt to query device size failed limited support for SATA and USB tape drives. - Serial Access with &man.sa.4; + Serial Access with sa(4) tape drives @@ -3874,7 +3874,7 @@ geli_da2_flags="-p -k /root/da2.key" - Swap Encryption with &man.gbde.8; + Swap Encryption with gbde(8) The .bde suffix should be added to the device in the respective /etc/fstab swap @@ -3885,7 +3885,7 @@ geli_da2_flags="-p -k /root/da2.key" - Swap Encryption with &man.geli.8; + Swap Encryption with geli(8) The procedure for instead using &man.geli.8; for swap encryption is similar to that of using &man.gbde.8;. The diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/handbook/install/chapter.xml --- a/en_US.ISO8859-1/books/handbook/install/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/handbook/install/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -661,7 +661,7 @@ - Writing the Image with &man.dd.1; + Writing the Image with dd(1) The .img file is not a regular file you copy to the diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/handbook/mac/chapter.xml --- a/en_US.ISO8859-1/books/handbook/mac/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/handbook/mac/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -769,7 +769,7 @@ test: biba/high - The &man.mac.seeotheruids.4; Module + The mac_seeotheruids(4) Module MAC See Other UIDs Policy @@ -824,7 +824,7 @@ test: biba/high - The &man.mac.bsdextended.4; Module + The mac_bsdextended(4) Module MAC @@ -904,7 +904,7 @@ 0 slots, 0 rules - The &man.mac.ifoff.4; Module + The mac_ifoff(4) Module MAC Interface Silencing Policy @@ -955,7 +955,7 @@ 0 slots, 0 rules - The &man.mac.portacl.4; Module + The mac_portacl(4) Module MAC Port Access Control List Policy @@ -1069,7 +1069,7 @@ net.inet.ip.portrange.reservedhigh=0 - The &man.mac.partition.4; Module + The mac_partition(4) Module MAC Process Partition Policy @@ -1895,7 +1895,7 @@ setpmac biba/10\(10-10\) /usr/local/etc/ - Error: &man..secure.path.3; cannot stat + <title>Error: _secure.path(3) cannot stat <filename>.login_conf</filename> When a user attempts to switch from the diff -r bf43469fad90 -r 1bcacdf5f92d en_US.ISO8859-1/books/handbook/users/chapter.xml --- a/en_US.ISO8859-1/books/handbook/users/chapter.xml Tue Feb 26 13:10:27 2013 +0100 +++ b/en_US.ISO8859-1/books/handbook/users/chapter.xml Tue Feb 26 18:42:09 2013 +0100 @@ -970,7 +970,7 @@ passwd: done exists: - Adding a Group Using &man.pw.8; + Adding a Group Using pw(8) &prompt.root; pw groupadd teamtwo &prompt.root; pw groupshow teamtwo @@ -1006,7 +1006,7 @@ teamtwo:*:1100:jru /etc/passwd. - Adding a New Member to a Group Using &man.pw.8; + Adding a New Member to a Group Using pw(8) &prompt.root; pw groupmod teamtwo -m db &prompt.root; pw groupshow teamtwo @@ -1020,7 +1020,7 @@ teamtwo:*:1100:jru,db group. - Using &man.id.1; to Determine Group Membership + Using id(1) to Determine Group Membership &prompt.user; id jru uid=1001(jru) gid=1001(jru) groups=1001(jru), 1100(teamtwo)